Class: Aws::QuickSight::Types::UpdateThemePermissionsResponse

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>

The resulting list of resource permissions for the theme.

Returns:



51920
51921
51922
51923
51924
51925
51926
51927
51928
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51920

class UpdateThemePermissionsResponse < Struct.new(
  :theme_id,
  :theme_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


51920
51921
51922
51923
51924
51925
51926
51927
51928
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51920

class UpdateThemePermissionsResponse < Struct.new(
  :theme_id,
  :theme_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


51920
51921
51922
51923
51924
51925
51926
51927
51928
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51920

class UpdateThemePermissionsResponse < Struct.new(
  :theme_id,
  :theme_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#theme_arn ⇒ String

The Amazon Resource Name (ARN) of the theme.

Returns:

  • (String)


51920
51921
51922
51923
51924
51925
51926
51927
51928
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51920

class UpdateThemePermissionsResponse < Struct.new(
  :theme_id,
  :theme_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#theme_id ⇒ String

The ID for the theme.

Returns:

  • (String)


51920
51921
51922
51923
51924
51925
51926
51927
51928
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51920

class UpdateThemePermissionsResponse < Struct.new(
  :theme_id,
  :theme_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end