Class: Aws::Types::PeeringTgwInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_id::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


15381
15382
15383
# File 'sig/types.rbs', line 15381

def core_network_id
  @core_network_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


15382
15383
15384
# File 'sig/types.rbs', line 15382

def owner_id
  @owner_id
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


15383
15384
15385
# File 'sig/types.rbs', line 15383

def region
  @region
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


15380
15381
15382
# File 'sig/types.rbs', line 15380

def transit_gateway_id
  @transit_gateway_id
end