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.



6442
6443
6444
6445
6446
6447
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6442

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

#statusTypes::OptionStatus

The status of the VPC options for the specified domain.

Returns:



6442
6443
6444
6445
6446
6447
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6442

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