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.
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.
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.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def @tags end |