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)


2055
2056
2057
# File 'sig/types.rbs', line 2055

def cluster_identifier
  @cluster_identifier
end

#disassociate_scheduleBoolean

Returns the value of attribute disassociate_schedule.

Returns:

  • (Boolean)


2057
2058
2059
# File 'sig/types.rbs', line 2057

def disassociate_schedule
  @disassociate_schedule
end

#schedule_identifier::String

Returns the value of attribute schedule_identifier.

Returns:

  • (::String)


2056
2057
2058
# File 'sig/types.rbs', line 2056

def schedule_identifier
  @schedule_identifier
end