Class: Aws::Types::GetKeyGroupResult
- Inherits:
-
Object
- Object
- Aws::Types::GetKeyGroupResult
- 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.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def etag @etag end |
#key_group ⇒ Types::KeyGroup
Returns the value of attribute key_group.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def key_group @key_group end |