Class: Aws::Types::UpdateKeyGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKeyGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#key_group_config ⇒ Types::KeyGroupConfig
Returns the value of attribute key_group_config.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4060 4061 4062 |
# File 'sig/types.rbs', line 4060 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4061 4062 4063 |
# File 'sig/types.rbs', line 4061 def if_match @if_match end |
#key_group_config ⇒ Types::KeyGroupConfig
Returns the value of attribute key_group_config.
4059 4060 4061 |
# File 'sig/types.rbs', line 4059 def key_group_config @key_group_config end |