Class: Aws::Types::TransitGatewayRouteTableRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


18284
18285
18286
# File 'sig/types.rbs', line 18284

def attachment_id
  @attachment_id
end

#destination_cidr::String

Returns the value of attribute destination_cidr.

Returns:

  • (::String)


18280
18281
18282
# File 'sig/types.rbs', line 18280

def destination_cidr
  @destination_cidr
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


18283
18284
18285
# File 'sig/types.rbs', line 18283

def prefix_list_id
  @prefix_list_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


18285
18286
18287
# File 'sig/types.rbs', line 18285

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


18286
18287
18288
# File 'sig/types.rbs', line 18286

def resource_type
  @resource_type
end

#route_origin::String

Returns the value of attribute route_origin.

Returns:

  • (::String)


18282
18283
18284
# File 'sig/types.rbs', line 18282

def route_origin
  @route_origin
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


18281
18282
18283
# File 'sig/types.rbs', line 18281

def state
  @state
end