Class: Aws::GreengrassV2::Types::DescribeComponentResponse

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)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1240

class DescribeComponentResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :publisher,
  :description,
  :status,
  :platforms,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#component_nameString

The name of the component.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1240

class DescribeComponentResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :publisher,
  :description,
  :status,
  :platforms,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#component_versionString

The version of the component.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1240

class DescribeComponentResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :publisher,
  :description,
  :status,
  :platforms,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampTime

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

Returns:

  • (Time)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1240

class DescribeComponentResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :publisher,
  :description,
  :status,
  :platforms,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the component version.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1240

class DescribeComponentResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :publisher,
  :description,
  :status,
  :platforms,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#platformsArray<Types::ComponentPlatform>

The platforms that the component version supports.

Returns:



1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1240

class DescribeComponentResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :publisher,
  :description,
  :status,
  :platforms,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#publisherString

The publisher of the component version.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1240

class DescribeComponentResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :publisher,
  :description,
  :status,
  :platforms,
  :tags)
  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.



1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1240

class DescribeComponentResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :publisher,
  :description,
  :status,
  :platforms,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.

Returns:

  • (Hash<String,String>)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1240

class DescribeComponentResponse < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :creation_timestamp,
  :publisher,
  :description,
  :status,
  :platforms,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end