Class: Aws::Types::DescribeComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComponentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#component_version ⇒ ::String
Returns the value of attribute component_version.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#platforms ⇒ ::Array[Types::ComponentPlatform]
Returns the value of attribute platforms.
-
#publisher ⇒ ::String
Returns the value of attribute publisher.
-
#status ⇒ Types::CloudComponentStatus
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def arn @arn end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
268 269 270 |
# File 'sig/types.rbs', line 268 def component_name @component_name end |
#component_version ⇒ ::String
Returns the value of attribute component_version.
269 270 271 |
# File 'sig/types.rbs', line 269 def component_version @component_version end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
270 271 272 |
# File 'sig/types.rbs', line 270 def @creation_timestamp end |
#description ⇒ ::String
Returns the value of attribute description.
272 273 274 |
# File 'sig/types.rbs', line 272 def description @description end |
#platforms ⇒ ::Array[Types::ComponentPlatform]
Returns the value of attribute platforms.
274 275 276 |
# File 'sig/types.rbs', line 274 def platforms @platforms end |
#publisher ⇒ ::String
Returns the value of attribute publisher.
271 272 273 |
# File 'sig/types.rbs', line 271 def publisher @publisher end |
#status ⇒ Types::CloudComponentStatus
Returns the value of attribute status.
273 274 275 |
# File 'sig/types.rbs', line 273 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
275 276 277 |
# File 'sig/types.rbs', line 275 def @tags end |