Class: Aws::Types::DeleteVpcPeeringConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcPeeringConnectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
631 632 633 |
# File 'sig/types.rbs', line 631 def fleet_id @fleet_id end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
632 633 634 |
# File 'sig/types.rbs', line 632 def vpc_peering_connection_id @vpc_peering_connection_id end |