Class: Aws::Types::CreateKeyGroupResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyGroupResult
- 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.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
676 677 678 |
# File 'sig/types.rbs', line 676 def etag @etag end |
#key_group ⇒ Types::KeyGroup
Returns the value of attribute key_group.
674 675 676 |
# File 'sig/types.rbs', line 674 def key_group @key_group end |
#location ⇒ ::String
Returns the value of attribute location.
675 676 677 |
# File 'sig/types.rbs', line 675 def location @location end |