Class: Aws::Types::VpcPeeringConnection
- Inherits:
-
Object
- Object
- Aws::Types::VpcPeeringConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#game_lift_vpc_id ⇒ ::String
Returns the value of attribute game_lift_vpc_id.
-
#ip_v4_cidr_block ⇒ ::String
Returns the value of attribute ip_v4_cidr_block.
-
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
-
#status ⇒ Types::VpcPeeringConnectionStatus
Returns the value of attribute status.
-
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
Instance Attribute Details
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def fleet_id @fleet_id end |
#game_lift_vpc_id ⇒ ::String
Returns the value of attribute game_lift_vpc_id.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def game_lift_vpc_id @game_lift_vpc_id end |
#ip_v4_cidr_block ⇒ ::String
Returns the value of attribute ip_v4_cidr_block.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def ip_v4_cidr_block @ip_v4_cidr_block end |
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def peer_vpc_id @peer_vpc_id end |
#status ⇒ Types::VpcPeeringConnectionStatus
Returns the value of attribute status.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def status @status end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def vpc_peering_connection_id @vpc_peering_connection_id end |