Class: Aws::Types::VpcPeeringConnectionVpcInfo

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)


19492
19493
19494
# File 'sig/types.rbs', line 19492

def cidr_block
  @cidr_block
end

#cidr_block_set::Array[Types::CidrBlock]

Returns the value of attribute cidr_block_set.

Returns:



19494
19495
19496
# File 'sig/types.rbs', line 19494

def cidr_block_set
  @cidr_block_set
end

#ipv_6_cidr_block_set::Array[Types::Ipv6CidrBlock]

Returns the value of attribute ipv_6_cidr_block_set.

Returns:



19493
19494
19495
# File 'sig/types.rbs', line 19493

def ipv_6_cidr_block_set
  @ipv_6_cidr_block_set
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


19495
19496
19497
# File 'sig/types.rbs', line 19495

def owner_id
  @owner_id
end

#peering_optionsTypes::VpcPeeringConnectionOptionsDescription

Returns the value of attribute peering_options.



19496
19497
19498
# File 'sig/types.rbs', line 19496

def peering_options
  @peering_options
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


19498
19499
19500
# File 'sig/types.rbs', line 19498

def region
  @region
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


19497
19498
19499
# File 'sig/types.rbs', line 19497

def vpc_id
  @vpc_id
end