Class: Aws::Types::UpdateSnapshotScheduleInput

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:

  • (::String)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def description
  @description
end

#recurrence_in_hours::Integer

Returns the value of attribute recurrence_in_hours.

Returns:

  • (::Integer)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def recurrence_in_hours
  @recurrence_in_hours
end

#start_at::Integer

Returns the value of attribute start_at.

Returns:

  • (::Integer)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def start_at
  @start_at
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1623
1624
1625
# File 'sig/types.rbs', line 1623

def tags
  @tags
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def volume_arn
  @volume_arn
end