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.



10216
10217
10218
10219
10220
# File 'lib/aws-sdk-securityhub/types.rb', line 10216

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