Class: Aws::Types::UpdateKeyGroupResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKeyGroupResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#key_group ⇒ Types::KeyGroup
Returns the value of attribute key_group.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
4067 4068 4069 |
# File 'sig/types.rbs', line 4067 def etag @etag end |
#key_group ⇒ Types::KeyGroup
Returns the value of attribute key_group.
4066 4067 4068 |
# File 'sig/types.rbs', line 4066 def key_group @key_group end |