Class: Aws::Types::ActiveTrustedSigners
- Inherits:
-
Object
- Object
- Aws::Types::ActiveTrustedSigners
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#items ⇒ ::Array[Types::Signer]
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.
24 25 26 |
# File 'sig/types.rbs', line 24 def enabled @enabled end |
#items ⇒ ::Array[Types::Signer]
Returns the value of attribute items.
26 27 28 |
# File 'sig/types.rbs', line 26 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
25 26 27 |
# File 'sig/types.rbs', line 25 def quantity @quantity end |