Class: Aws::Types::DescribeIntegrationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIntegrationsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::DescribeIntegrationsFilter]
Returns the value of attribute filters.
-
#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.
Instance Attribute Details
#filters ⇒ ::Array[Types::DescribeIntegrationsFilter]
Returns the value of attribute filters.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def filters @filters end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def integration_arn @integration_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def max_records @max_records end |