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

#permissionsArray<Types::ResourcePermission>

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

Returns:



12561
12562
12563
12564
12565
12566
12567
12568
12569
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12561

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


12561
12562
12563
12564
12565
12566
12567
12568
12569
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12561

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


12561
12562
12563
12564
12565
12566
12567
12568
12569
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12561

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

#template_arnString

The Amazon Resource Name (ARN) of the template.

Returns:

  • (String)


12561
12562
12563
12564
12565
12566
12567
12568
12569
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12561

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

#template_idString

The ID for the template.

Returns:

  • (String)


12561
12562
12563
12564
12565
12566
12567
12568
12569
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12561

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