Class: Aws::Types::DeleteVpcPeeringAuthorizationInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcPeeringAuthorizationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_lift_aws_account_id ⇒ ::String
Returns the value of attribute game_lift_aws_account_id.
-
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
Instance Attribute Details
#game_lift_aws_account_id ⇒ ::String
Returns the value of attribute game_lift_aws_account_id.
622 623 624 |
# File 'sig/types.rbs', line 622 def game_lift_aws_account_id @game_lift_aws_account_id end |
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
623 624 625 |
# File 'sig/types.rbs', line 623 def peer_vpc_id @peer_vpc_id end |