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)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def snapshot_id
  @snapshot_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2080
2081
2082
# File 'sig/types.rbs', line 2080

def tags
  @tags
end