Class: Aws::Types::CreateGatewayRouteInput

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)


90
91
92
# File 'sig/types.rbs', line 90

def client_token
  @client_token
end

#gateway_route_name::String

Returns the value of attribute gateway_route_name.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def gateway_route_name
  @gateway_route_name
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def mesh_owner
  @mesh_owner
end

#specTypes::GatewayRouteSpec

Returns the value of attribute spec.



94
95
96
# File 'sig/types.rbs', line 94

def spec
  @spec
end

#tags::Array[Types::TagRef]

Returns the value of attribute tags.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def tags
  @tags
end

#virtual_gateway_name::String

Returns the value of attribute virtual_gateway_name.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def virtual_gateway_name
  @virtual_gateway_name
end