Class: Aws::Types::IntegrationResponses
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationResponses
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::IntegrationResponse]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::IntegrationResponse]
Returns the value of attribute items.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def next_token @next_token end |