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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



8375
8376
8377
8378
8379
8380
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8375

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

#statusTypes::OptionStatus

The status of the VPC options for the specified domain.

Returns:



8375
8376
8377
8378
8379
8380
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8375

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