Class: Aws::Types::AwsEc2VpcPeeringConnectionVpcInfoDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


1958
1959
1960
# File 'sig/types.rbs', line 1958

def cidr_block
  @cidr_block
end

#cidr_block_set::Array[Types::VpcInfoCidrBlockSetDetails]

Returns the value of attribute cidr_block_set.

Returns:



1959
1960
1961
# File 'sig/types.rbs', line 1959

def cidr_block_set
  @cidr_block_set
end

#ipv_6_cidr_block_set::Array[Types::VpcInfoIpv6CidrBlockSetDetails]

Returns the value of attribute ipv_6_cidr_block_set.



1960
1961
1962
# File 'sig/types.rbs', line 1960

def ipv_6_cidr_block_set
  @ipv_6_cidr_block_set
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def owner_id
  @owner_id
end

#peering_optionsTypes::VpcInfoPeeringOptionsDetails

Returns the value of attribute peering_options.



1962
1963
1964
# File 'sig/types.rbs', line 1962

def peering_options
  @peering_options
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1963
1964
1965
# File 'sig/types.rbs', line 1963

def region
  @region
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1964
1965
1966
# File 'sig/types.rbs', line 1964

def vpc_id
  @vpc_id
end