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

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

#arnString

The ARN of the component type.

Returns:

  • (String)


3838
3839
3840
3841
3842
3843
3844
3845
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3838

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

#component_type_idString

The ID of the component type.

Returns:

  • (String)


3838
3839
3840
3841
3842
3843
3844
3845
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3838

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

#stateString

The current state of the component type.

Returns:

  • (String)


3838
3839
3840
3841
3842
3843
3844
3845
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3838

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

#workspace_idString

The ID of the workspace that contains the component type.

Returns:

  • (String)


3838
3839
3840
3841
3842
3843
3844
3845
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3838

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