Class: Aws::Types::AssociateVpcCidrBlockResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_block_associationTypes::VpcCidrBlockAssociation

Returns the value of attribute cidr_block_association.



867
868
869
# File 'sig/types.rbs', line 867

def cidr_block_association
  @cidr_block_association
end

#ipv_6_cidr_block_associationTypes::VpcIpv6CidrBlockAssociation

Returns the value of attribute ipv_6_cidr_block_association.



866
867
868
# File 'sig/types.rbs', line 866

def ipv_6_cidr_block_association
  @ipv_6_cidr_block_association
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def vpc_id
  @vpc_id
end