Class: Aws::Types::CreateRouteInput

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)


119
120
121
# File 'sig/types.rbs', line 119

def client_token
  @client_token
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def mesh_owner
  @mesh_owner
end

#route_name::String

Returns the value of attribute route_name.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def route_name
  @route_name
end

#specTypes::RouteSpec

Returns the value of attribute spec.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def spec
  @spec
end

#tags::Array[Types::TagRef]

Returns the value of attribute tags.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def tags
  @tags
end

#virtual_router_name::String

Returns the value of attribute virtual_router_name.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def virtual_router_name
  @virtual_router_name
end