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

#permissionsArray<Types::ResourcePermission>

The resulting list of resource permissions for the theme.

Returns:



32136
32137
32138
32139
32140
32141
32142
32143
32144
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32136

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


32136
32137
32138
32139
32140
32141
32142
32143
32144
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32136

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


32136
32137
32138
32139
32140
32141
32142
32143
32144
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32136

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

#theme_arnString

The Amazon Resource Name (ARN) of the theme.

Returns:

  • (String)


32136
32137
32138
32139
32140
32141
32142
32143
32144
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32136

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

#theme_idString

The ID for the theme.

Returns:

  • (String)


32136
32137
32138
32139
32140
32141
32142
32143
32144
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32136

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