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]
836 |
# File 'sig/client.rbs', line 836
def component_version_list: () -> ::Array[Types::ComponentVersion]
|
#next_token ⇒ ::String
837 |
# File 'sig/client.rbs', line 837
def next_token: () -> ::String
|
#request_id ⇒ ::String
835 |
# File 'sig/client.rbs', line 835
def request_id: () -> ::String
|