Class: Aws::Types::DescribeServiceUpdatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeServiceUpdatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_names ⇒ ::Array[::String]
Returns the value of attribute cluster_names.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
-
#status ⇒ ::Array[("available" | "in-progress" | "complete" | "scheduled")]
Returns the value of attribute status.
Instance Attribute Details
#cluster_names ⇒ ::Array[::String]
Returns the value of attribute cluster_names.
513 514 515 |
# File 'sig/types.rbs', line 513 def cluster_names @cluster_names end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
515 516 517 |
# File 'sig/types.rbs', line 515 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
516 517 518 |
# File 'sig/types.rbs', line 516 def next_token @next_token end |
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
512 513 514 |
# File 'sig/types.rbs', line 512 def service_update_name @service_update_name end |
#status ⇒ ::Array[("available" | "in-progress" | "complete" | "scheduled")]
Returns the value of attribute status.
514 515 516 |
# File 'sig/types.rbs', line 514 def status @status end |