Class: Aws::IoTTwinMaker::Types::CreateWorkspaceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the workspace.

Returns:

  • (String)


889
890
891
892
893
894
895
896
897
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 889

class CreateWorkspaceRequest < Struct.new(
  :workspace_id,
  :description,
  :s3_location,
  :role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The ARN of the execution role associated with the workspace.

Returns:

  • (String)


889
890
891
892
893
894
895
896
897
# File 'gems/aws-sdk-iottwinmaker/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_locationString

The ARN of the S3 bucket where resources associated with the workspace are stored.

Returns:

  • (String)


889
890
891
892
893
894
895
896
897
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 889

class CreateWorkspaceRequest < Struct.new(
  :workspace_id,
  :description,
  :s3_location,
  :role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Metadata that you can use to manage the workspace

Returns:

  • (Hash<String,String>)


889
890
891
892
893
894
895
896
897
# File 'gems/aws-sdk-iottwinmaker/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_idString

The ID of the workspace.

Returns:

  • (String)


889
890
891
892
893
894
895
896
897
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 889

class CreateWorkspaceRequest < Struct.new(
  :workspace_id,
  :description,
  :s3_location,
  :role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end