Class: Aws::Types::ListUpdatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUpdatesRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def addon_name @addon_name end |
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def capability_name @capability_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def next_token @next_token end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def nodegroup_name @nodegroup_name end |