Class: Aws::Types::FirewallSubnetIsOutOfScopeViolation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_subnet_id::String

Returns the value of attribute firewall_subnet_id.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def firewall_subnet_id
  @firewall_subnet_id
end

#subnet_availability_zone::String

Returns the value of attribute subnet_availability_zone.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def subnet_availability_zone
  @subnet_availability_zone
end

#subnet_availability_zone_id::String

Returns the value of attribute subnet_availability_zone_id.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def subnet_availability_zone_id
  @subnet_availability_zone_id
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def vpc_id
  @vpc_id
end