Class: Aws::Types::DomainEndpointOptionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::DomainEndpointOptionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ Types::DomainEndpointOptions
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ Types::DomainEndpointOptions
Returns the value of attribute options.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def status @status end |