Class: Aws::IoTTwinMaker::Types::CreateComponentTypeResponse

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)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 630

class CreateComponentTypeResponse < Struct.new(
  :arn,
  :creation_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time when the entity was created.

Returns:

  • (Time)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 630

class CreateComponentTypeResponse < Struct.new(
  :arn,
  :creation_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the component type.

Returns:

  • (String)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 630

class CreateComponentTypeResponse < Struct.new(
  :arn,
  :creation_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end