Module: Aws::APIGateway::Client::_UpdateDeploymentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Deployment]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_summary ⇒ ::Hash[::String, ::Hash[::String, Types::MethodSnapshot]]
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
Instance Method Details
#api_summary ⇒ ::Hash[::String, ::Hash[::String, Types::MethodSnapshot]]
1825 |
# File 'sig/client.rbs', line 1825
def api_summary: () -> ::Hash[::String, ::Hash[::String, Types::MethodSnapshot]]
|
#created_date ⇒ ::Time
1824 |
# File 'sig/client.rbs', line 1824
def created_date: () -> ::Time
|
#description ⇒ ::String
1823 |
# File 'sig/client.rbs', line 1823
def description: () -> ::String
|
#id ⇒ ::String
1822 |
# File 'sig/client.rbs', line 1822
def id: () -> ::String
|