Class: Aws::Types::UpdateRouteInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def client_token
  @client_token
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def mesh_owner
  @mesh_owner
end

#route_name::String

Returns the value of attribute route_name.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def route_name
  @route_name
end

#specTypes::RouteSpec

Returns the value of attribute spec.

Returns:



1219
1220
1221
# File 'sig/types.rbs', line 1219

def spec
  @spec
end

#virtual_router_name::String

Returns the value of attribute virtual_router_name.

Returns:

  • (::String)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def virtual_router_name
  @virtual_router_name
end