Class: Aws::Types::KeyUsageProperty
- Inherits:
-
Object
- Object
- Aws::Types::KeyUsageProperty
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PropertyFlags, PropertyType, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#property_flags ⇒ Types::KeyUsagePropertyFlags
Returns the value of attribute property_flags.
-
#property_type ⇒ "ALL"
Returns the value of attribute property_type.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#property_flags ⇒ Types::KeyUsagePropertyFlags
Returns the value of attribute property_flags.
340 341 342 |
# File 'sig/types.rbs', line 340 def property_flags @property_flags end |
#property_type ⇒ "ALL"
Returns the value of attribute property_type.
341 342 343 |
# File 'sig/types.rbs', line 341 def property_type @property_type end |
#unknown ⇒ Object
Returns the value of attribute unknown.
342 343 344 |
# File 'sig/types.rbs', line 342 def unknown @unknown end |