Class: Aws::Types::VpcPeeringConnectionVpcInfo
- Inherits:
-
Object
- Object
- Aws::Types::VpcPeeringConnectionVpcInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#cidr_block_set ⇒ ::Array[Types::CidrBlock]
Returns the value of attribute cidr_block_set.
-
#ipv_6_cidr_block_set ⇒ ::Array[Types::Ipv6CidrBlock]
Returns the value of attribute ipv_6_cidr_block_set.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#peering_options ⇒ Types::VpcPeeringConnectionOptionsDescription
Returns the value of attribute peering_options.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
19165 19166 19167 |
# File 'sig/types.rbs', line 19165 def cidr_block @cidr_block end |
#cidr_block_set ⇒ ::Array[Types::CidrBlock]
Returns the value of attribute cidr_block_set.
19167 19168 19169 |
# File 'sig/types.rbs', line 19167 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.
19166 19167 19168 |
# File 'sig/types.rbs', line 19166 def ipv_6_cidr_block_set @ipv_6_cidr_block_set end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
19168 19169 19170 |
# File 'sig/types.rbs', line 19168 def owner_id @owner_id end |
#peering_options ⇒ Types::VpcPeeringConnectionOptionsDescription
Returns the value of attribute peering_options.
19169 19170 19171 |
# File 'sig/types.rbs', line 19169 def @peering_options end |
#region ⇒ ::String
Returns the value of attribute region.
19171 19172 19173 |
# File 'sig/types.rbs', line 19171 def region @region end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19170 19171 19172 |
# File 'sig/types.rbs', line 19170 def vpc_id @vpc_id end |