Module: Aws::GreengrassV2::Client::_DescribeComponentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeComponentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #component_name ⇒ ::String
- #component_version ⇒ ::String
- #creation_timestamp ⇒ ::Time
- #description ⇒ ::String
- #platforms ⇒ ::Array[Types::ComponentPlatform]
- #publisher ⇒ ::String
- #status ⇒ Types::CloudComponentStatus
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def arn: () -> ::String
|
#component_name ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def component_name: () -> ::String
|
#component_version ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def component_version: () -> ::String
|
#creation_timestamp ⇒ ::Time
291 |
# File 'sig/client.rbs', line 291
def creation_timestamp: () -> ::Time
|
#description ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def description: () -> ::String
|
#platforms ⇒ ::Array[Types::ComponentPlatform]
295 |
# File 'sig/client.rbs', line 295
def platforms: () -> ::Array[Types::ComponentPlatform]
|
#publisher ⇒ ::String
292 |
# File 'sig/client.rbs', line 292
def publisher: () -> ::String
|
#status ⇒ Types::CloudComponentStatus
294 |
# File 'sig/client.rbs', line 294
def status: () -> Types::CloudComponentStatus
|
#tags ⇒ ::Hash[::String, ::String]
296 |
# File 'sig/client.rbs', line 296
def tags: () -> ::Hash[::String, ::String]
|