Class: Aws::Types::DescribeServiceUpdatesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_names ⇒ ::Array[::String]

Returns the value of attribute cluster_names.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("available" | "in-progress" | "complete" | "scheduled")])


514
515
516
# File 'sig/types.rbs', line 514

def status
  @status
end