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)


788
789
790
# File 'sig/types.rbs', line 788

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)


785
786
787
# File 'sig/types.rbs', line 785

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)


786
787
788
# File 'sig/types.rbs', line 786

def ipv_6_netmask_length
  @ipv_6_netmask_length
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def subnet_id
  @subnet_id
end