Class: Aws::Types::ClusterAssociatedToSchedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def cluster_identifier
  @cluster_identifier
end

#schedule_association_state"MODIFYING", ...

Returns the value of attribute schedule_association_state.

Returns:

  • ("MODIFYING", "ACTIVE", "FAILED")


264
265
266
# File 'sig/types.rbs', line 264

def schedule_association_state
  @schedule_association_state
end