Module: Aws::APIGateway::Client::_UpdateResourceResponseSuccess
- 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
2109 |
# File 'sig/client.rbs', line 2109
def id: () -> ::String
|
#parent_id ⇒ ::String
2110 |
# File 'sig/client.rbs', line 2110
def parent_id: () -> ::String
|
#path ⇒ ::String
2112 |
# File 'sig/client.rbs', line 2112
def path: () -> ::String
|
#path_part ⇒ ::String
2111 |
# File 'sig/client.rbs', line 2111
def path_part: () -> ::String
|
#resource_methods ⇒ ::Hash[::String, Types::Method]
2113 |
# File 'sig/client.rbs', line 2113
def resource_methods: () -> ::Hash[::String, Types::Method]
|