Class: Aws::Types::CreateSnapshotCopyGrantMessage

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)


725
726
727
# File 'sig/types.rbs', line 725

def kms_key_id
  @kms_key_id
end

#snapshot_copy_grant_name::String

Returns the value of attribute snapshot_copy_grant_name.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def snapshot_copy_grant_name
  @snapshot_copy_grant_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



726
727
728
# File 'sig/types.rbs', line 726

def tags
  @tags
end