Class: Aws::Types::TrustedKeyGroups
- Inherits:
-
Object
- Object
- Aws::Types::TrustedKeyGroups
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#items ⇒ ::Array[::String]
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.
3848 3849 3850 |
# File 'sig/types.rbs', line 3848 def enabled @enabled end |
#items ⇒ ::Array[::String]
Returns the value of attribute items.
3850 3851 3852 |
# File 'sig/types.rbs', line 3850 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
3849 3850 3851 |
# File 'sig/types.rbs', line 3849 def quantity @quantity end |