Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainVpcOptionsDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#security_group_idsArray<String>

The list of security group IDs that are associated with the VPC endpoints for the domain.

Returns:

  • (Array<String>)


15023
15024
15025
15026
15027
15028
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15023

class AwsOpenSearchServiceDomainVpcOptionsDetails < Struct.new(
  :security_group_ids,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of subnet IDs that are associated with the VPC endpoints for the domain.

Returns:

  • (Array<String>)


15023
15024
15025
15026
15027
15028
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15023

class AwsOpenSearchServiceDomainVpcOptionsDetails < Struct.new(
  :security_group_ids,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end