Class: Aws::QuickSight::Types::DescribeTemplatePermissionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permissions ⇒ Array<Types::ResourcePermission>

A list of resource permissions to be set on the template.

Returns:



21655
21656
21657
21658
21659
21660
21661
21662
21663
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21655

class DescribeTemplatePermissionsResponse < Struct.new(
  :template_id,
  :template_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


21655
21656
21657
21658
21659
21660
21661
21662
21663
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21655

class DescribeTemplatePermissionsResponse < Struct.new(
  :template_id,
  :template_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


21655
21656
21657
21658
21659
21660
21661
21662
21663
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21655

class DescribeTemplatePermissionsResponse < Struct.new(
  :template_id,
  :template_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#template_arn ⇒ String

The Amazon Resource Name (ARN) of the template.

Returns:

  • (String)


21655
21656
21657
21658
21659
21660
21661
21662
21663
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21655

class DescribeTemplatePermissionsResponse < Struct.new(
  :template_id,
  :template_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#template_id ⇒ String

The ID for the template.

Returns:

  • (String)


21655
21656
21657
21658
21659
21660
21661
21662
21663
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21655

class DescribeTemplatePermissionsResponse < Struct.new(
  :template_id,
  :template_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end