Class: Aws::Types::AssociateVpcCidrBlockRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_provided_ipv_6_cidr_blockBoolean

Returns the value of attribute amazon_provided_ipv_6_cidr_block.

Returns:

  • (Boolean)


861
862
863
# File 'sig/types.rbs', line 861

def amazon_provided_ipv_6_cidr_block
  @amazon_provided_ipv_6_cidr_block
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def cidr_block
  @cidr_block
end

#ipv_4_ipam_pool_id::String

Returns the value of attribute ipv_4_ipam_pool_id.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def ipv_4_ipam_pool_id
  @ipv_4_ipam_pool_id
end

#ipv_4_netmask_length::Integer

Returns the value of attribute ipv_4_netmask_length.

Returns:

  • (::Integer)


857
858
859
# File 'sig/types.rbs', line 857

def ipv_4_netmask_length
  @ipv_4_netmask_length
end

#ipv_6_cidr_block::String

Returns the value of attribute ipv_6_cidr_block.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def ipv_6_cidr_block
  @ipv_6_cidr_block
end

#ipv_6_cidr_block_network_border_group::String

Returns the value of attribute ipv_6_cidr_block_network_border_group.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def ipv_6_cidr_block_network_border_group
  @ipv_6_cidr_block_network_border_group
end

#ipv_6_ipam_pool_id::String

Returns the value of attribute ipv_6_ipam_pool_id.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

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)


859
860
861
# File 'sig/types.rbs', line 859

def ipv_6_netmask_length
  @ipv_6_netmask_length
end

#ipv_6_pool::String

Returns the value of attribute ipv_6_pool.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def ipv_6_pool
  @ipv_6_pool
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def vpc_id
  @vpc_id
end