Class: Aws::Types::CreateVpcPeeringConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcPeeringConnectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#peer_vpc_aws_account_id ⇒ ::String
Returns the value of attribute peer_vpc_aws_account_id.
-
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
512 513 514 |
# File 'sig/types.rbs', line 512 def fleet_id @fleet_id end |
#peer_vpc_aws_account_id ⇒ ::String
Returns the value of attribute peer_vpc_aws_account_id.
513 514 515 |
# File 'sig/types.rbs', line 513 def peer_vpc_aws_account_id @peer_vpc_aws_account_id end |
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
514 515 516 |
# File 'sig/types.rbs', line 514 def peer_vpc_id @peer_vpc_id end |