Class: Aws::Types::EbsSnapshotConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EbsSnapshotConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
Instance Attribute Details
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
365 366 367 |
# File 'sig/types.rbs', line 365 def groups @groups end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
366 367 368 |
# File 'sig/types.rbs', line 366 def kms_key_id @kms_key_id end |
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
364 365 366 |
# File 'sig/types.rbs', line 364 def user_ids @user_ids end |