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.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def max_records @max_records end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def resource_identifier @resource_identifier end |