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.



10017
10018
10019
10020
10021
# File 'lib/aws-sdk-securityhub/types.rb', line 10017

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