Class: Aws::Types::DescribeUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
-
#update_id ⇒ ::String
Returns the value of attribute update_id.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def addon_name @addon_name end |
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def capability_name @capability_name end |
#name ⇒ ::String
Returns the value of attribute name.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def name @name end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def nodegroup_name @nodegroup_name end |
#update_id ⇒ ::String
Returns the value of attribute update_id.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def update_id @update_id end |