Class: Aws::QuickSight::Types::UpdateTemplatePermissionsResponse

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:



51708
51709
51710
51711
51712
51713
51714
51715
51716
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51708

class UpdateTemplatePermissionsResponse < 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)


51708
51709
51710
51711
51712
51713
51714
51715
51716
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51708

class UpdateTemplatePermissionsResponse < 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)


51708
51709
51710
51711
51712
51713
51714
51715
51716
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51708

class UpdateTemplatePermissionsResponse < 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)


51708
51709
51710
51711
51712
51713
51714
51715
51716
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51708

class UpdateTemplatePermissionsResponse < 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)


51708
51709
51710
51711
51712
51713
51714
51715
51716
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51708

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