Class: Aws::Types::ListComponentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListComponentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#by_name ⇒ Boolean
Returns the value of attribute by_name.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner ⇒ "Self", ...
Returns the value of attribute owner.
Instance Attribute Details
#by_name ⇒ Boolean
Returns the value of attribute by_name.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def by_name @by_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def next_token @next_token end |
#owner ⇒ "Self", ...
Returns the value of attribute owner.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def owner @owner end |