Class: Aws::Types::CopySnapshotResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def snapshot_id
  @snapshot_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1994
1995
1996
# File 'sig/types.rbs', line 1994

def tags
  @tags
end