Class: Aws::Types::CreateVpcPeeringAuthorizationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcPeeringAuthorizationInput
- 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.
501 502 503 |
# File 'sig/types.rbs', line 501 def game_lift_aws_account_id @game_lift_aws_account_id end |
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
502 503 504 |
# File 'sig/types.rbs', line 502 def peer_vpc_id @peer_vpc_id end |