Module: Aws::APIGateway::Client::_CreateDeploymentResponseSuccess
- 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]]
161 |
# File 'sig/client.rbs', line 161
def api_summary: () -> ::Hash[::String, ::Hash[::String, Types::MethodSnapshot]]
|
#created_date ⇒ ::Time
160 |
# File 'sig/client.rbs', line 160
def created_date: () -> ::Time
|
#description ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def description: () -> ::String
|
#id ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def id: () -> ::String
|