Class: Aws::Types::KeyGroup
- Inherits:
-
Object
- Object
- Aws::Types::KeyGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#key_group_config ⇒ Types::KeyGroupConfig
Returns the value of attribute key_group_config.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def id @id end |
#key_group_config ⇒ Types::KeyGroupConfig
Returns the value of attribute key_group_config.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def key_group_config @key_group_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def last_modified_time @last_modified_time end |