Module: Aws::Imagebuilder::Client::_ListComponentBuildVersionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListComponentBuildVersionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #component_summary_list ⇒ ::Array[Types::ComponentSummary]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
Instance Method Details
#component_summary_list ⇒ ::Array[Types::ComponentSummary]
814 |
# File 'sig/client.rbs', line 814
def component_summary_list: () -> ::Array[Types::ComponentSummary]
|
#next_token ⇒ ::String
815 |
# File 'sig/client.rbs', line 815
def next_token: () -> ::String
|
#request_id ⇒ ::String
813 |
# File 'sig/client.rbs', line 813
def request_id: () -> ::String
|