Class: Aws::OpenSearchService::Types::IPAddressTypeStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::IPAddressTypeStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The IP address type status for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ String
The IP address options for the domain.
-
#status ⇒ Types::OptionStatus
Provides the current status of an entity.
Instance Attribute Details
#options ⇒ String
The IP address options for the domain.
4257 4258 4259 4260 4261 4262 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4257 class IPAddressTypeStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
Provides the current status of an entity.
4257 4258 4259 4260 4261 4262 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4257 class IPAddressTypeStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |