Module: Aws::APIGateway::Client::_GetDeploymentResponseSuccess
- 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]]
819 |
# File 'sig/client.rbs', line 819
def api_summary: () -> ::Hash[::String, ::Hash[::String, Types::MethodSnapshot]]
|
#created_date ⇒ ::Time
818 |
# File 'sig/client.rbs', line 818
def created_date: () -> ::Time
|
#description ⇒ ::String
817 |
# File 'sig/client.rbs', line 817
def description: () -> ::String
|
#id ⇒ ::String
816 |
# File 'sig/client.rbs', line 816
def id: () -> ::String
|