Class: Aws::Types::NodeToNodeEncryptionOptionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::NodeToNodeEncryptionOptionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ Types::NodeToNodeEncryptionOptions
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ Types::NodeToNodeEncryptionOptions
Returns the value of attribute options.
979 980 981 |
# File 'sig/types.rbs', line 979 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
980 981 982 |
# File 'sig/types.rbs', line 980 def status @status end |