Class: Aws::Types::DescribeServiceUpdatesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeServiceUpdatesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
-
#service_update_status ⇒ ::Array[("available" | "cancelled" | "expired")]
Returns the value of attribute service_update_status.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
838 839 840 |
# File 'sig/types.rbs', line 838 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
837 838 839 |
# File 'sig/types.rbs', line 837 def max_records @max_records end |
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
835 836 837 |
# File 'sig/types.rbs', line 835 def service_update_name @service_update_name end |
#service_update_status ⇒ ::Array[("available" | "cancelled" | "expired")]
Returns the value of attribute service_update_status.
836 837 838 |
# File 'sig/types.rbs', line 836 def service_update_status @service_update_status end |