Class: Aws::OpenSearchService::Types::VPCDerivedInfoStatus

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

Overview

Status of the VPC options for a specified domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::VPCDerivedInfo

The VPC options for the specified domain.



6432
6433
6434
6435
6436
6437
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6432

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

#statusTypes::OptionStatus

The status of the VPC options for the specified domain.

Returns:



6432
6433
6434
6435
6436
6437
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6432

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