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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optionsString

The IP address options for the domain.

Returns:

  • (String)


3426
3427
3428
3429
3430
3431
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3426

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

#statusTypes::OptionStatus

Provides the current status of an entity.

Returns:



3426
3427
3428
3429
3430
3431
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3426

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