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)


3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3829

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

#statusTypes::OptionStatus

Provides the current status of an entity.

Returns:



3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3829

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