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.
909 910 911 |
# File 'sig/types.rbs', line 909 def addon_name @addon_name end |
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
910 911 912 |
# File 'sig/types.rbs', line 910 def capability_name @capability_name end |
#name ⇒ ::String
Returns the value of attribute name.
906 907 908 |
# File 'sig/types.rbs', line 906 def name @name end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
908 909 910 |
# File 'sig/types.rbs', line 908 def nodegroup_name @nodegroup_name end |
#update_id ⇒ ::String
Returns the value of attribute update_id.
907 908 909 |
# File 'sig/types.rbs', line 907 def update_id @update_id end |