Class: Aws::IoTTwinMaker::Types::UpdateWorkspaceRequest

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)


3998
3999
4000
4001
4002
4003
4004
4005
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3998

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

#roleString

The ARN of the execution role associated with the workspace.

Returns:

  • (String)


3998
3999
4000
4001
4002
4003
4004
4005
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3998

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

#s3_locationString

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

Returns:

  • (String)


3998
3999
4000
4001
4002
4003
4004
4005
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3998

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

#workspace_idString

The ID of the workspace.

Returns:

  • (String)


3998
3999
4000
4001
4002
4003
4004
4005
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3998

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