Class: Aws::Types::SnapshotCopyGrant

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2896
2897
2898
# File 'sig/types.rbs', line 2896

def kms_key_id
  @kms_key_id
end

#snapshot_copy_grant_name::String

Returns the value of attribute snapshot_copy_grant_name.

Returns:

  • (::String)


2895
2896
2897
# File 'sig/types.rbs', line 2895

def snapshot_copy_grant_name
  @snapshot_copy_grant_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2897
2898
2899
# File 'sig/types.rbs', line 2897

def tags
  @tags
end