Class: Aws::OpenSearchService::Types::IPAddressTypeStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

The IP address type status for the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsString

The IP address options for the domain.

Returns:

  • (String)


3739
3740
3741
3742
3743
3744
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3739

class IPAddressTypeStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

Provides the current status of an entity.

Returns:



3739
3740
3741
3742
3743
3744
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3739

class IPAddressTypeStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end