Class: Aws::Types::ListComponentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListComponentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_version_list ⇒ ::Array[Types::ComponentVersion]
Returns the value of attribute component_version_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#component_version_list ⇒ ::Array[Types::ComponentVersion]
Returns the value of attribute component_version_list.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def component_version_list @component_version_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def request_id @request_id end |