Class: Aws::OpenSearchService::Types::VPCDerivedInfoStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::VPCDerivedInfoStatus
- 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
-
#options ⇒ Types::VPCDerivedInfo
The VPC options for the specified domain.
-
#status ⇒ Types::OptionStatus
The status of the VPC options for the specified domain.
Instance Attribute Details
#options ⇒ Types::VPCDerivedInfo
The VPC options for the specified domain.
7628 7629 7630 7631 7632 7633 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7628 class VPCDerivedInfoStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of the VPC options for the specified domain.
7628 7629 7630 7631 7632 7633 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7628 class VPCDerivedInfoStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |