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)


3008
3009
3010
3011
3012
3013
3014
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3008

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)


3008
3009
3010
3011
3012
3013
3014
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3008

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

#workspace_idString

The ID of the workspace.

Returns:

  • (String)


3008
3009
3010
3011
3012
3013
3014
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3008

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