Class: Aws::Types::CreateSnapshotScheduleMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


740
741
742
# File 'sig/types.rbs', line 740

def dry_run
  @dry_run
end

#next_invocations::Integer

Returns the value of attribute next_invocations.

Returns:

  • (::Integer)


741
742
743
# File 'sig/types.rbs', line 741

def next_invocations
  @next_invocations
end

#schedule_definitions::Array[::String]

Returns the value of attribute schedule_definitions.

Returns:

  • (::Array[::String])


736
737
738
# File 'sig/types.rbs', line 736

def schedule_definitions
  @schedule_definitions
end

#schedule_description::String

Returns the value of attribute schedule_description.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def schedule_description
  @schedule_description
end

#schedule_identifier::String

Returns the value of attribute schedule_identifier.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def schedule_identifier
  @schedule_identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



739
740
741
# File 'sig/types.rbs', line 739

def tags
  @tags
end