Class: Aws::Types::DescribePendingMaintenanceActionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribePendingMaintenanceActionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def max_records @max_records end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def replication_instance_arn @replication_instance_arn end |