Class: Aws::Types::GetKeyGroupConfigResult
- Inherits:
-
Object
- Object
- Aws::Types::GetKeyGroupConfigResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#key_group_config ⇒ Types::KeyGroupConfig
Returns the value of attribute key_group_config.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def etag @etag end |
#key_group_config ⇒ Types::KeyGroupConfig
Returns the value of attribute key_group_config.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def key_group_config @key_group_config end |