Class: Aws::Types::ListComponentBuildVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListComponentBuildVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_summary_list ⇒ ::Array[Types::ComponentSummary]
Returns the value of attribute component_summary_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_summary_list ⇒ ::Array[Types::ComponentSummary]
Returns the value of attribute component_summary_list.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def component_summary_list @component_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def request_id @request_id end |