Class: Aws::Types::DescribeNodeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNodeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#category ⇒ "BUSINESS_LOGIC", ...
Returns the value of attribute category.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#node_interface ⇒ Types::NodeInterface
Returns the value of attribute node_interface.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#package_arn ⇒ ::String
Returns the value of attribute package_arn.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
Instance Attribute Details
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
271 272 273 |
# File 'sig/types.rbs', line 271 def asset_name @asset_name end |
#category ⇒ "BUSINESS_LOGIC", ...
Returns the value of attribute category.
272 273 274 |
# File 'sig/types.rbs', line 272 def category @category end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
273 274 275 |
# File 'sig/types.rbs', line 273 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
274 275 276 |
# File 'sig/types.rbs', line 274 def description @description end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
275 276 277 |
# File 'sig/types.rbs', line 275 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
276 277 278 |
# File 'sig/types.rbs', line 276 def name @name end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
277 278 279 |
# File 'sig/types.rbs', line 277 def node_id @node_id end |
#node_interface ⇒ Types::NodeInterface
Returns the value of attribute node_interface.
278 279 280 |
# File 'sig/types.rbs', line 278 def node_interface @node_interface end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
279 280 281 |
# File 'sig/types.rbs', line 279 def owner_account @owner_account end |
#package_arn ⇒ ::String
Returns the value of attribute package_arn.
280 281 282 |
# File 'sig/types.rbs', line 280 def package_arn @package_arn end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
281 282 283 |
# File 'sig/types.rbs', line 281 def package_id @package_id end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
282 283 284 |
# File 'sig/types.rbs', line 282 def package_name @package_name end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
283 284 285 |
# File 'sig/types.rbs', line 283 def package_version @package_version end |
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
284 285 286 |
# File 'sig/types.rbs', line 284 def patch_version @patch_version end |