Class: Aws::Types::KeyGroupConfig
- Inherits:
-
Object
- Object
- Aws::Types::KeyGroupConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#items ⇒ ::Array[::String]
Returns the value of attribute items.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def comment @comment end |
#items ⇒ ::Array[::String]
Returns the value of attribute items.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def items @items end |
#name ⇒ ::String
Returns the value of attribute name.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def name @name end |