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.



7981
7982
7983
7984
7985
7986
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7981

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

#statusTypes::OptionStatus

The status of the VPC options for the specified domain.

Returns:



7981
7982
7983
7984
7985
7986
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7981

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