Class: Aws::Types::BatchUpdateClusterRequest

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])


63
64
65
# File 'sig/types.rbs', line 63

def cluster_names
  @cluster_names
end

#service_update ⇒ Types::ServiceUpdateRequest

Returns the value of attribute service_update.



64
65
66
# File 'sig/types.rbs', line 64

def service_update
  @service_update
end