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.
980 981 982 |
# File 'sig/types.rbs', line 980 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
981 982 983 |
# File 'sig/types.rbs', line 981 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
982 983 984 |
# File 'sig/types.rbs', line 982 def max_records @max_records end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
979 980 981 |
# File 'sig/types.rbs', line 979 def resource_identifier @resource_identifier end |