Class: Aws::FMS::Types::InvalidNetworkAclEntriesViolation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Violation detail for the entries in a network ACL resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_associated_network_aclString

The network ACL containing the entry violations.

Returns:

  • (String)


1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1923

class InvalidNetworkAclEntriesViolation < Struct.new(
  :vpc,
  :subnet,
  :subnet_availability_zone,
  :current_associated_network_acl,
  :entry_violations)
  SENSITIVE = []
  include Aws::Structure
end

#entry_violationsArray<Types::EntryViolation>

Detailed information about the entry violations in the network ACL.

Returns:



1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1923

class InvalidNetworkAclEntriesViolation < Struct.new(
  :vpc,
  :subnet,
  :subnet_availability_zone,
  :current_associated_network_acl,
  :entry_violations)
  SENSITIVE = []
  include Aws::Structure
end

#subnetString

The subnet that's associated with the network ACL.

Returns:

  • (String)


1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1923

class InvalidNetworkAclEntriesViolation < Struct.new(
  :vpc,
  :subnet,
  :subnet_availability_zone,
  :current_associated_network_acl,
  :entry_violations)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_availability_zoneString

The Availability Zone where the network ACL is in use.

Returns:

  • (String)


1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1923

class InvalidNetworkAclEntriesViolation < Struct.new(
  :vpc,
  :subnet,
  :subnet_availability_zone,
  :current_associated_network_acl,
  :entry_violations)
  SENSITIVE = []
  include Aws::Structure
end

#vpcString

The VPC where the violation was found.

Returns:

  • (String)


1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1923

class InvalidNetworkAclEntriesViolation < Struct.new(
  :vpc,
  :subnet,
  :subnet_availability_zone,
  :current_associated_network_acl,
  :entry_violations)
  SENSITIVE = []
  include Aws::Structure
end