Class: Aws::Types::ListComponentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListComponentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_summaries ⇒ ::Array[Types::ComponentSummary]
Returns the value of attribute component_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#component_summaries ⇒ ::Array[Types::ComponentSummary]
Returns the value of attribute component_summaries.
735 736 737 |
# File 'sig/types.rbs', line 735 def component_summaries @component_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
736 737 738 |
# File 'sig/types.rbs', line 736 def next_token @next_token end |