Module: Aws::Imagebuilder::Client::_GetComponentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetComponentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #component ⇒ Types::Component
- #latest_version_references ⇒ Types::LatestVersionReferences
- #request_id ⇒ ::String
Instance Method Details
#component ⇒ Types::Component
527 |
# File 'sig/client.rbs', line 527
def component: () -> Types::Component
|
#latest_version_references ⇒ Types::LatestVersionReferences
528 |
# File 'sig/client.rbs', line 528
def latest_version_references: () -> Types::LatestVersionReferences
|
#request_id ⇒ ::String
526 |
# File 'sig/client.rbs', line 526
def request_id: () -> ::String
|