Class: Aws::QuickSight::Types::UpdateSpaceResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateSpaceResourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_resource_operations ⇒ Array<Types::FailedSpaceResourceOperation>
A list of resource operations that failed.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#space_arn ⇒ String
The ARN of the space.
-
#space_id ⇒ String
The ID of the space.
Instance Attribute Details
#failed_resource_operations ⇒ Array<Types::FailedSpaceResourceOperation>
A list of resource operations that failed.
46510 46511 46512 46513 46514 46515 46516 46517 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46510 class UpdateSpaceResourcesResponse < Struct.new( :space_id, :space_arn, :failed_resource_operations, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
46510 46511 46512 46513 46514 46515 46516 46517 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46510 class UpdateSpaceResourcesResponse < Struct.new( :space_id, :space_arn, :failed_resource_operations, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_arn ⇒ String
The ARN of the space.
46510 46511 46512 46513 46514 46515 46516 46517 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46510 class UpdateSpaceResourcesResponse < Struct.new( :space_id, :space_arn, :failed_resource_operations, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The ID of the space.
46510 46511 46512 46513 46514 46515 46516 46517 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46510 class UpdateSpaceResourcesResponse < Struct.new( :space_id, :space_arn, :failed_resource_operations, :request_id) SENSITIVE = [] include Aws::Structure end |