Class: Aws::GreengrassV2::Types::CreateComponentVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the component version.

Returns:

  • (String)


800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 800

class CreateComponentVersionResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#component_nameString

The name of the component.

Returns:

  • (String)


800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 800

class CreateComponentVersionResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#component_versionString

The version of the component.

Returns:

  • (String)


800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 800

class CreateComponentVersionResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampTime

The time at which the component was created, expressed in ISO 8601 format.

Returns:

  • (Time)


800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 800

class CreateComponentVersionResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::CloudComponentStatus

The status of the component version in IoT Greengrass V2. This status is different from the status of the component on a core device.



800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 800

class CreateComponentVersionResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :status)
  SENSITIVE = []
  include Aws::Structure
end