Module: Aws::APIGateway::Client::_GetResourceResponseSuccess
- 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
1152 |
# File 'sig/client.rbs', line 1152 def id: () -> ::String |
#parent_id ⇒ ::String
1153 |
# File 'sig/client.rbs', line 1153 def parent_id: () -> ::String |
#path ⇒ ::String
1155 |
# File 'sig/client.rbs', line 1155 def path: () -> ::String |
#path_part ⇒ ::String
1154 |
# File 'sig/client.rbs', line 1154 def path_part: () -> ::String |
#resource_methods ⇒ ::Hash[::String, Types::Method]
1156 |
# File 'sig/client.rbs', line 1156 def resource_methods: () -> ::Hash[::String, Types::Method] |