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>)


15619
15620
15621
15622
15623
15624
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15619

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>)


15619
15620
15621
15622
15623
15624
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15619

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