Class: Aws::Types::DescribeInboundIntegrationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInboundIntegrationsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def integration_arn @integration_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def max_records @max_records end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def target_arn @target_arn end |