Class: Aws::Types::ThirdPartyFirewallMissingExpectedRouteTableViolation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def availability_zone
  @availability_zone
end

#current_route_table::String

Returns the value of attribute current_route_table.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def current_route_table
  @current_route_table
end

#expected_route_table::String

Returns the value of attribute expected_route_table.

Returns:

  • (::String)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def expected_route_table
  @expected_route_table
end

#violation_target::String

Returns the value of attribute violation_target.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def violation_target
  @violation_target
end

#vpc::String

Returns the value of attribute vpc.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def vpc
  @vpc
end