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.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
722 723 724 |
# File 'sig/types.rbs', line 722 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
723 724 725 |
# File 'sig/types.rbs', line 723 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
724 725 726 |
# File 'sig/types.rbs', line 724 def max_records @max_records end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
721 722 723 |
# File 'sig/types.rbs', line 721 def resource_identifier @resource_identifier end |