Class: Aws::Types::Node
- Inherits:
-
Object
- Object
- Aws::Types::Node
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#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
#category ⇒ "BUSINESS_LOGIC", ...
Returns the value of attribute category.
586 587 588 |
# File 'sig/types.rbs', line 586 def category @category end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
587 588 589 |
# File 'sig/types.rbs', line 587 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
588 589 590 |
# File 'sig/types.rbs', line 588 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
589 590 591 |
# File 'sig/types.rbs', line 589 def name @name end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
590 591 592 |
# File 'sig/types.rbs', line 590 def node_id @node_id end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
591 592 593 |
# File 'sig/types.rbs', line 591 def owner_account @owner_account end |
#package_arn ⇒ ::String
Returns the value of attribute package_arn.
592 593 594 |
# File 'sig/types.rbs', line 592 def package_arn @package_arn end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
593 594 595 |
# File 'sig/types.rbs', line 593 def package_id @package_id end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
594 595 596 |
# File 'sig/types.rbs', line 594 def package_name @package_name end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
595 596 597 |
# File 'sig/types.rbs', line 595 def package_version @package_version end |
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
596 597 598 |
# File 'sig/types.rbs', line 596 def patch_version @patch_version end |