Class: Aws::Types::AssociateSubnetCidrBlockRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_cidr_block::String

Returns the value of attribute ipv_6_cidr_block.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def ipv_6_cidr_block
  @ipv_6_cidr_block
end

#ipv_6_ipam_pool_id::String

Returns the value of attribute ipv_6_ipam_pool_id.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def ipv_6_ipam_pool_id
  @ipv_6_ipam_pool_id
end

#ipv_6_netmask_length::Integer

Returns the value of attribute ipv_6_netmask_length.

Returns:

  • (::Integer)


700
701
702
# File 'sig/types.rbs', line 700

def ipv_6_netmask_length
  @ipv_6_netmask_length
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def subnet_id
  @subnet_id
end