Class: Aws::Types::ModifyClusterSnapshotScheduleMessage

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.



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

def cluster_identifier
  @cluster_identifier
end

#disassociate_scheduleBoolean

Returns the value of attribute disassociate_schedule.



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.



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

def schedule_identifier
  @schedule_identifier
end