Class: Aws::Types::ModifyClusterSnapshotScheduleMessage

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)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def cluster_identifier
  @cluster_identifier
end

#disassociate_scheduleBoolean

Returns the value of attribute disassociate_schedule.

Returns:

  • (Boolean)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def disassociate_schedule
  @disassociate_schedule
end

#schedule_identifier::String

Returns the value of attribute schedule_identifier.

Returns:

  • (::String)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def schedule_identifier
  @schedule_identifier
end