Class: Aws::Types::GetIntegrationResponsesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIntegrationResponsesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
-
#max_results ⇒ ::String
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def api_id @api_id end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def integration_id @integration_id end |
#max_results ⇒ ::String
Returns the value of attribute max_results.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def next_token @next_token end |