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]
822 |
# File 'sig/client.rbs', line 822
def component_summary_list: () -> ::Array[Types::ComponentSummary]
|
#next_token ⇒ ::String
823 |
# File 'sig/client.rbs', line 823
def next_token: () -> ::String
|
#request_id ⇒ ::String
821 |
# File 'sig/client.rbs', line 821
def request_id: () -> ::String
|