Class: Aws::QuickSight::Types::UpdateThemePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateThemePermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permissions ⇒ Array<Types::ResourcePermission>
The resulting list of resource permissions for the theme.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#theme_arn ⇒ String
The Amazon Resource Name (ARN) of the theme.
-
#theme_id ⇒ String
The ID for the theme.
Instance Attribute Details
#permissions ⇒ Array<Types::ResourcePermission>
The resulting list of resource permissions for the theme.
33896 33897 33898 33899 33900 33901 33902 33903 33904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33896 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.
33896 33897 33898 33899 33900 33901 33902 33903 33904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33896 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.
33896 33897 33898 33899 33900 33901 33902 33903 33904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33896 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.
33896 33897 33898 33899 33900 33901 33902 33903 33904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33896 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.
33896 33897 33898 33899 33900 33901 33902 33903 33904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33896 class UpdateThemePermissionsResponse < Struct.new( :theme_id, :theme_arn, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |