Class: Aws::IoTTwinMaker::Types::UpdateWorkspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::UpdateWorkspaceRequest
- Defined in:
- gems/aws-sdk-iottwinmaker/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.
-
#workspace_id ⇒ String
The ID of the workspace.
Instance Attribute Details
#description ⇒ String
The description of the workspace.
3008 3009 3010 3011 3012 3013 3014 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3008 class UpdateWorkspaceRequest < Struct.new( :workspace_id, :description, :role) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The ARN of the execution role associated with the workspace.
3008 3009 3010 3011 3012 3013 3014 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3008 class UpdateWorkspaceRequest < Struct.new( :workspace_id, :description, :role) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
3008 3009 3010 3011 3012 3013 3014 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3008 class UpdateWorkspaceRequest < Struct.new( :workspace_id, :description, :role) SENSITIVE = [] include Aws::Structure end |