Class: Aws::Types::CreateSnapshotFromVolumeRecoveryPointInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_description::String

Returns the value of attribute snapshot_description.

Returns:



316
317
318
# File 'sig/types.rbs', line 316

def snapshot_description
  @snapshot_description
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def tags
  @tags
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:



315
316
317
# File 'sig/types.rbs', line 315

def volume_arn
  @volume_arn
end