Class: Aws::IoTTwinMaker::Types::CreateWorkspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CreateWorkspaceRequest
- 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.
-
#tags ⇒ Hash<String,String>
Metadata that you can use to manage the workspace.
-
#workspace_id ⇒ String
The ID of the workspace.
Instance Attribute Details
#description ⇒ String
The description of the workspace.
889 890 891 892 893 894 895 896 897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 889 class CreateWorkspaceRequest < Struct.new( :workspace_id, :description, :s3_location, :role, :tags) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The ARN of the execution role associated with the workspace.
889 890 891 892 893 894 895 896 897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 889 class CreateWorkspaceRequest < Struct.new( :workspace_id, :description, :s3_location, :role, :tags) SENSITIVE = [] include Aws::Structure end |
#s3_location ⇒ String
The ARN of the S3 bucket where resources associated with the workspace are stored.
889 890 891 892 893 894 895 896 897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 889 class CreateWorkspaceRequest < Struct.new( :workspace_id, :description, :s3_location, :role, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata that you can use to manage the workspace
889 890 891 892 893 894 895 896 897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 889 class CreateWorkspaceRequest < Struct.new( :workspace_id, :description, :s3_location, :role, :tags) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
889 890 891 892 893 894 895 896 897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 889 class CreateWorkspaceRequest < Struct.new( :workspace_id, :description, :s3_location, :role, :tags) SENSITIVE = [] include Aws::Structure end |