Class: Aws::Types::ListNodesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListNodesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "BUSINESS_LOGIC", ...
Returns the value of attribute category.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#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.
498 499 500 |
# File 'sig/types.rbs', line 498 def category @category end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
499 500 501 |
# File 'sig/types.rbs', line 499 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
500 501 502 |
# File 'sig/types.rbs', line 500 def next_token @next_token end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
501 502 503 |
# File 'sig/types.rbs', line 501 def owner_account @owner_account end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
502 503 504 |
# File 'sig/types.rbs', line 502 def package_name @package_name end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
503 504 505 |
# File 'sig/types.rbs', line 503 def package_version @package_version end |
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
504 505 506 |
# File 'sig/types.rbs', line 504 def patch_version @patch_version end |