Class: Aws::Types::DescribeSnapshotScheduleOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



711
712
713
# File 'sig/types.rbs', line 711

def description
  @description
end

#recurrence_in_hours::Integer

Returns the value of attribute recurrence_in_hours.

Returns:



710
711
712
# File 'sig/types.rbs', line 710

def recurrence_in_hours
  @recurrence_in_hours
end

#start_at::Integer

Returns the value of attribute start_at.

Returns:



709
710
711
# File 'sig/types.rbs', line 709

def start_at
  @start_at
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



713
714
715
# File 'sig/types.rbs', line 713

def tags
  @tags
end

#timezone::String

Returns the value of attribute timezone.

Returns:



712
713
714
# File 'sig/types.rbs', line 712

def timezone
  @timezone
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:



708
709
710
# File 'sig/types.rbs', line 708

def volume_arn
  @volume_arn
end