Class: Aws::Types::ListComponentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListComponentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#components ⇒ ::Array[Types::Component]
Returns the value of attribute components.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#components ⇒ ::Array[Types::Component]
Returns the value of attribute components.
556 557 558 |
# File 'sig/types.rbs', line 556 def components @components end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
557 558 559 |
# File 'sig/types.rbs', line 557 def next_token @next_token end |