Class: Aws::Types::DescribeSnapshotSchedulesOutputMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def marker
  @marker
end

#snapshot_schedules::Array[Types::SnapshotSchedule]

Returns the value of attribute snapshot_schedules.

Returns:



1344
1345
1346
# File 'sig/types.rbs', line 1344

def snapshot_schedules
  @snapshot_schedules
end