Class: Aws::Types::ActiveTrustedKeyGroups
- Inherits:
-
Object
- Object
- Aws::Types::ActiveTrustedKeyGroups
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#items ⇒ ::Array[Types::KGKeyPairIds]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
17 18 19 |
# File 'sig/types.rbs', line 17 def enabled @enabled end |
#items ⇒ ::Array[Types::KGKeyPairIds]
Returns the value of attribute items.
19 20 21 |
# File 'sig/types.rbs', line 19 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
18 19 20 |
# File 'sig/types.rbs', line 18 def quantity @quantity end |