Class: Aws::CloudSearch::Types::DomainEndpointOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DomainEndpointOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The configuration and status of the domain’s endpoint options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::DomainEndpointOptions
The domain endpoint options configured for the domain.
-
#status ⇒ Types::OptionStatus
The status of the configured domain endpoint options.
Instance Attribute Details
#options ⇒ Types::DomainEndpointOptions
The domain endpoint options configured for the domain.
1047 1048 1049 1050 1051 1052 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1047 class DomainEndpointOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of the configured domain endpoint options.
1047 1048 1049 1050 1051 1052 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1047 class DomainEndpointOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |