Module: Aws::APIGateway::Client::_CreateResourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Resource]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #id ⇒ ::String
- #parent_id ⇒ ::String
- #path ⇒ ::String
- #path_part ⇒ ::String
- #resource_methods ⇒ ::Hash[::String, Types::Method]
Instance Method Details
#id ⇒ ::String
323 |
# File 'sig/client.rbs', line 323
def id: () -> ::String
|
#parent_id ⇒ ::String
324 |
# File 'sig/client.rbs', line 324
def parent_id: () -> ::String
|
#path ⇒ ::String
326 |
# File 'sig/client.rbs', line 326
def path: () -> ::String
|
#path_part ⇒ ::String
325 |
# File 'sig/client.rbs', line 325
def path_part: () -> ::String
|
#resource_methods ⇒ ::Hash[::String, Types::Method]
327 |
# File 'sig/client.rbs', line 327
def resource_methods: () -> ::Hash[::String, Types::Method]
|