Class: Aws::Types::CreateVpcPeeringConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcPeeringConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#peer_owner_id ⇒ ::String
Returns the value of attribute peer_owner_id.
-
#peer_region ⇒ ::String
Returns the value of attribute peer_region.
-
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3800 3801 3802 |
# File 'sig/types.rbs', line 3800 def dry_run @dry_run end |
#peer_owner_id ⇒ ::String
Returns the value of attribute peer_owner_id.
3803 3804 3805 |
# File 'sig/types.rbs', line 3803 def peer_owner_id @peer_owner_id end |
#peer_region ⇒ ::String
Returns the value of attribute peer_region.
3798 3799 3800 |
# File 'sig/types.rbs', line 3798 def peer_region @peer_region end |
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
3802 3803 3804 |
# File 'sig/types.rbs', line 3802 def peer_vpc_id @peer_vpc_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3799 3800 3801 |
# File 'sig/types.rbs', line 3799 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3801 3802 3803 |
# File 'sig/types.rbs', line 3801 def vpc_id @vpc_id end |