Class: Aws::SecurityHub::Types::AwsEcsServiceNetworkConfigurationDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

For tasks that use the ‘awsvpc` networking mode, the VPC subnet and security group configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_vpc_configurationTypes::AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails

The VPC subnet and security group configuration.



9858
9859
9860
9861
9862
# File 'lib/aws-sdk-securityhub/types.rb', line 9858

class AwsEcsServiceNetworkConfigurationDetails < Struct.new(
  :aws_vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end