Module: Aws::Imagebuilder::Client::_ListComponentsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListComponentsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #component_version_list ⇒ ::Array[Types::ComponentVersion]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
Instance Method Details
#component_version_list ⇒ ::Array[Types::ComponentVersion]
828 |
# File 'sig/client.rbs', line 828
def component_version_list: () -> ::Array[Types::ComponentVersion]
|
#next_token ⇒ ::String
829 |
# File 'sig/client.rbs', line 829
def next_token: () -> ::String
|
#request_id ⇒ ::String
827 |
# File 'sig/client.rbs', line 827
def request_id: () -> ::String
|