Class: Aws::FMS::Types::InvalidNetworkAclEntriesViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::InvalidNetworkAclEntriesViolation
- Includes:
- Structure
- Defined in:
- 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
-
#current_associated_network_acl ⇒ String
The network ACL containing the entry violations.
-
#entry_violations ⇒ Array<Types::EntryViolation>
Detailed information about the entry violations in the network ACL.
-
#subnet ⇒ String
The subnet that’s associated with the network ACL.
-
#subnet_availability_zone ⇒ String
The Availability Zone where the network ACL is in use.
-
#vpc ⇒ String
The VPC where the violation was found.
Instance Attribute Details
#current_associated_network_acl ⇒ String
The network ACL containing the entry violations.
1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File '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_violations ⇒ Array<Types::EntryViolation>
Detailed information about the entry violations in the network ACL.
1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File '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 ⇒ String
The subnet that’s associated with the network ACL.
1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File '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_zone ⇒ String
The Availability Zone where the network ACL is in use.
1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File '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 |
#vpc ⇒ String
The VPC where the violation was found.
1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File '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 |