Class: Aws::Types::SnapshotCopyGrant
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotCopyGrant
- 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.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def kms_key_id @kms_key_id end |
#snapshot_copy_grant_name ⇒ ::String
Returns the value of attribute snapshot_copy_grant_name.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def snapshot_copy_grant_name @snapshot_copy_grant_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2917 2918 2919 |
# File 'sig/types.rbs', line 2917 def @tags end |