Class: Aws::Types::CreateSnapshotCopyGrantMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotCopyGrantMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#snapshot_copy_grant_name ⇒ ::String
Returns the value of attribute snapshot_copy_grant_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
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.
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.
726 727 728 |
# File 'sig/types.rbs', line 726 def @tags end |