Class: Aws::Types::TrustedSigners
- Inherits:
-
Object
- Object
- Aws::Types::TrustedSigners
- 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.
3860 3861 3862 |
# File 'sig/types.rbs', line 3860 def enabled @enabled end |
#items ⇒ ::Array[::String]
Returns the value of attribute items.
3862 3863 3864 |
# File 'sig/types.rbs', line 3862 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
3861 3862 3863 |
# File 'sig/types.rbs', line 3861 def quantity @quantity end |