Class: Aws::Types::DescribeInboundIntegrationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInboundIntegrationsRequest
- 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.
2694 2695 2696 |
# File 'sig/types.rbs', line 2694 def integration_arn @integration_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
2695 2696 2697 |
# File 'sig/types.rbs', line 2695 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def max_records @max_records end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
2697 2698 2699 |
# File 'sig/types.rbs', line 2697 def target_arn @target_arn end |