Class: Aws::Types::SubnetIpPrefixes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_prefixes::Array[::String]

Returns the value of attribute ip_prefixes.

Returns:

  • (::Array[::String])


17602
17603
17604
# File 'sig/types.rbs', line 17602

def ip_prefixes
  @ip_prefixes
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


17601
17602
17603
# File 'sig/types.rbs', line 17601

def subnet_id
  @subnet_id
end