Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainVpcOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainVpcOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains information that OpenSearch Service derives based on the ‘VPCOptions` for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
The list of security group IDs that are associated with the VPC endpoints for the domain.
-
#subnet_ids ⇒ Array<String>
A list of subnet IDs that are associated with the VPC endpoints for the domain.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
The list of security group IDs that are associated with the VPC endpoints for the domain.
15622 15623 15624 15625 15626 15627 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15622 class AwsOpenSearchServiceDomainVpcOptionsDetails < Struct.new( :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of subnet IDs that are associated with the VPC endpoints for the domain.
15622 15623 15624 15625 15626 15627 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15622 class AwsOpenSearchServiceDomainVpcOptionsDetails < Struct.new( :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |