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
521 |
# File 'sig/client.rbs', line 521
def component: () -> Types::Component
|
#latest_version_references ⇒ Types::LatestVersionReferences
522 |
# File 'sig/client.rbs', line 522
def latest_version_references: () -> Types::LatestVersionReferences
|
#request_id ⇒ ::String
520 |
# File 'sig/client.rbs', line 520
def request_id: () -> ::String
|