Class: Aws::IoTTwinMaker::Types::UpdateWorkspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::UpdateWorkspaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the workspace.
-
#role ⇒ String
The ARN of the execution role associated with the workspace.
-
#s3_location ⇒ String
The ARN of the S3 bucket where resources associated with the workspace are stored.
-
#workspace_id ⇒ String
The ID of the workspace.
Instance Attribute Details
#description ⇒ String
The description of the workspace.
3998 3999 4000 4001 4002 4003 4004 4005 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3998 class UpdateWorkspaceRequest < Struct.new( :workspace_id, :description, :role, :s3_location) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The ARN of the execution role associated with the workspace.
3998 3999 4000 4001 4002 4003 4004 4005 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3998 class UpdateWorkspaceRequest < Struct.new( :workspace_id, :description, :role, :s3_location) SENSITIVE = [] include Aws::Structure end |
#s3_location ⇒ String
The ARN of the S3 bucket where resources associated with the workspace are stored.
3998 3999 4000 4001 4002 4003 4004 4005 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3998 class UpdateWorkspaceRequest < Struct.new( :workspace_id, :description, :role, :s3_location) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
3998 3999 4000 4001 4002 4003 4004 4005 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3998 class UpdateWorkspaceRequest < Struct.new( :workspace_id, :description, :role, :s3_location) SENSITIVE = [] include Aws::Structure end |