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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



31926
31927
31928
31929
31930
31931
31932
31933
31934
# File 'lib/aws-sdk-quicksight/types.rb', line 31926

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


31926
31927
31928
31929
31930
31931
31932
31933
31934
# File 'lib/aws-sdk-quicksight/types.rb', line 31926

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


31926
31927
31928
31929
31930
31931
31932
31933
31934
# File 'lib/aws-sdk-quicksight/types.rb', line 31926

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


31926
31927
31928
31929
31930
31931
31932
31933
31934
# File 'lib/aws-sdk-quicksight/types.rb', line 31926

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

#template_idString

The ID for the template.

Returns:

  • (String)


31926
31927
31928
31929
31930
31931
31932
31933
31934
# File 'lib/aws-sdk-quicksight/types.rb', line 31926

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