Class: Aws::Types::ListComponentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListComponentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scope ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute scope.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
550 551 552 |
# File 'sig/types.rbs', line 550 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
551 552 553 |
# File 'sig/types.rbs', line 551 def next_token @next_token end |
#scope ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute scope.
549 550 551 |
# File 'sig/types.rbs', line 549 def scope @scope end |