Class: Aws::QuickSight::Types::DescribeTemplatePermissionsRequest

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

#aws_account_idString

The ID of the Amazon Web Services account that contains the template that you're describing.

Returns:

  • (String)


12532
12533
12534
12535
12536
12537
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12532

class DescribeTemplatePermissionsRequest < Struct.new(
  :aws_account_id,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID for the template.

Returns:

  • (String)


12532
12533
12534
12535
12536
12537
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12532

class DescribeTemplatePermissionsRequest < Struct.new(
  :aws_account_id,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end