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)


775
776
777
# File 'sig/types.rbs', line 775

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)


766
767
768
# File 'sig/types.rbs', line 766

def cidr_block
  @cidr_block
end

#ipv_4_ipam_pool_id::String

Returns the value of attribute ipv_4_ipam_pool_id.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

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)


771
772
773
# File 'sig/types.rbs', line 771

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)


769
770
771
# File 'sig/types.rbs', line 769

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)


767
768
769
# File 'sig/types.rbs', line 767

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)


772
773
774
# File 'sig/types.rbs', line 772

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)


773
774
775
# File 'sig/types.rbs', line 773

def ipv_6_netmask_length
  @ipv_6_netmask_length
end

#ipv_6_pool::String

Returns the value of attribute ipv_6_pool.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def ipv_6_pool
  @ipv_6_pool
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def vpc_id
  @vpc_id
end