Class: Aws::Types::GetIntegrationResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIntegrationResponseRequest
- 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.
741 742 743 |
# File 'sig/types.rbs', line 741 def http_method @http_method end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
740 741 742 |
# File 'sig/types.rbs', line 740 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
739 740 741 |
# File 'sig/types.rbs', line 739 def rest_api_id @rest_api_id end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
742 743 744 |
# File 'sig/types.rbs', line 742 def status_code @status_code end |