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.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def status @status end |