Class: Aws::Types::GetMethodRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMethodRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#http_method ⇒ ::String
Returns the value of attribute http_method.
749 750 751 |
# File 'sig/types.rbs', line 749 def http_method @http_method end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
748 749 750 |
# File 'sig/types.rbs', line 748 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
747 748 749 |
# File 'sig/types.rbs', line 747 def rest_api_id @rest_api_id end |