Class: Aws::Types::GetMethodResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMethodResponseRequest
- 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.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#http_method ⇒ ::String
Returns the value of attribute http_method.
756 757 758 |
# File 'sig/types.rbs', line 756 def http_method @http_method end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
755 756 757 |
# File 'sig/types.rbs', line 755 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
754 755 756 |
# File 'sig/types.rbs', line 754 def rest_api_id @rest_api_id end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
757 758 759 |
# File 'sig/types.rbs', line 757 def status_code @status_code end |