Class: Aws::Types::RecoverySnapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_snapshots::Array[::String]

Returns the value of attribute ebs_snapshots.

Returns:

  • (::Array[::String])


1104
1105
1106
# File 'sig/types.rbs', line 1104

def ebs_snapshots
  @ebs_snapshots
end

#expected_timestamp::String

Returns the value of attribute expected_timestamp.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def expected_timestamp
  @expected_timestamp
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def snapshot_id
  @snapshot_id
end

#source_server_id::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def source_server_id
  @source_server_id
end

#timestamp::String

Returns the value of attribute timestamp.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def timestamp
  @timestamp
end