Class: Aws::IoTTwinMaker::Types::UpdateComponentTypeResponse

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

#arnString

The ARN of the component type.

Returns:

  • (String)


3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3233

class UpdateComponentTypeResponse < Struct.new(
  :arn,
  :component_type_id,
  :state,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#component_type_idString

The ID of the component type.

Returns:

  • (String)


3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3233

class UpdateComponentTypeResponse < Struct.new(
  :arn,
  :component_type_id,
  :state,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the component type.

Returns:

  • (String)


3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3233

class UpdateComponentTypeResponse < Struct.new(
  :arn,
  :component_type_id,
  :state,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace that contains the component type.

Returns:

  • (String)


3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3233

class UpdateComponentTypeResponse < Struct.new(
  :arn,
  :component_type_id,
  :state,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end