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)


1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1221

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)


1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1221

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)


1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1221

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)


1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1221

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)


1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1221

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:



1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1221

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)


1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1221

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.



1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1221

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>)


1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1221

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