Class: Aws::Types::SubnetConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4::String

Returns the value of attribute ipv_4.

Returns:

  • (::String)


18252
18253
18254
# File 'sig/types.rbs', line 18252

def ipv_4
  @ipv_4
end

#ipv_6::String

Returns the value of attribute ipv_6.

Returns:

  • (::String)


18253
18254
18255
# File 'sig/types.rbs', line 18253

def ipv_6
  @ipv_6
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


18251
18252
18253
# File 'sig/types.rbs', line 18251

def subnet_id
  @subnet_id
end