Class: Aws::Types::GetIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIntegrationRequest
- 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.
734 735 736 |
# File 'sig/types.rbs', line 734 def http_method @http_method end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
733 734 735 |
# File 'sig/types.rbs', line 733 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
732 733 734 |
# File 'sig/types.rbs', line 732 def rest_api_id @rest_api_id end |