Class: Aws::Types::RestoreVolumeFromSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def client_request_token
  @client_request_token
end

#options::Array[("DELETE_INTERMEDIATE_SNAPSHOTS" | "DELETE_CLONED_VOLUMES")]

Returns the value of attribute options.

Returns:

  • (::Array[("DELETE_INTERMEDIATE_SNAPSHOTS" | "DELETE_CLONED_VOLUMES")])


1457
1458
1459
# File 'sig/types.rbs', line 1457

def options
  @options
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def snapshot_id
  @snapshot_id
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def volume_id
  @volume_id
end