Class: Aws::Types::InvalidNetworkAclEntriesViolation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#current_associated_network_acl::String

Returns the value of attribute current_associated_network_acl.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def current_associated_network_acl
  @current_associated_network_acl
end

#entry_violations::Array[Types::EntryViolation]

Returns the value of attribute entry_violations.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def entry_violations
  @entry_violations
end

#subnet::String

Returns the value of attribute subnet.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def subnet
  @subnet
end

#subnet_availability_zone::String

Returns the value of attribute subnet_availability_zone.

Returns:



484
485
486
# File 'sig/types.rbs', line 484

def subnet_availability_zone
  @subnet_availability_zone
end

#vpc::String

Returns the value of attribute vpc.

Returns:



482
483
484
# File 'sig/types.rbs', line 482

def vpc
  @vpc
end