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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3038
3039
3040
3041
3042
3043
3044
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3038

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

#roleString

The ARN of the execution role associated with the workspace.

Returns:

  • (String)


3038
3039
3040
3041
3042
3043
3044
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3038

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

#workspace_idString

The ID of the workspace.

Returns:

  • (String)


3038
3039
3040
3041
3042
3043
3044
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3038

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