Class: Aws::Types::VpcPeeringConnection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_arn::String

Returns the value of attribute fleet_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def peer_vpc_id
  @peer_vpc_id
end

#statusTypes::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.

Returns:

  • (::String)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def vpc_peering_connection_id
  @vpc_peering_connection_id
end