Class: Aws::Types::ConvertRecoveryPointToSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_point_id::String

Returns the value of attribute recovery_point_id.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def recovery_point_id
  @recovery_point_id
end

#retention_period::Integer

Returns the value of attribute retention_period.

Returns:

  • (::Integer)


38
39
40
# File 'sig/types.rbs', line 38

def retention_period
  @retention_period
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def snapshot_name
  @snapshot_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def tags
  @tags
end