Class: Aws::Types::AnalysisRouteTableRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#carrier_gateway_id::String

Returns the value of attribute carrier_gateway_id.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def carrier_gateway_id
  @carrier_gateway_id
end

#core_network_arn::String

Returns the value of attribute core_network_arn.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def core_network_arn
  @core_network_arn
end

#destination_cidr::String

Returns the value of attribute destination_cidr.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def destination_cidr
  @destination_cidr
end

#destination_prefix_list_id::String

Returns the value of attribute destination_prefix_list_id.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def destination_prefix_list_id
  @destination_prefix_list_id
end

#egress_only_internet_gateway_id::String

Returns the value of attribute egress_only_internet_gateway_id.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def egress_only_internet_gateway_id
  @egress_only_internet_gateway_id
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def gateway_id
  @gateway_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def instance_id
  @instance_id
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def local_gateway_id
  @local_gateway_id
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def nat_gateway_id
  @nat_gateway_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def network_interface_id
  @network_interface_id
end

#origin::String

Returns the value of attribute origin.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def origin
  @origin
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def state
  @state
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def transit_gateway_id
  @transit_gateway_id
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def vpc_peering_connection_id
  @vpc_peering_connection_id
end