Class: Aws::Types::CreateSnapshotInput

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:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def snapshot_description
  @snapshot_description
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



331
332
333
# File 'sig/types.rbs', line 331

def tags
  @tags
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def volume_arn
  @volume_arn
end