Class: Aws::Types::CreateRouteRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifier::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


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

def application_identifier
  @application_identifier
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

#default_routeTypes::DefaultRouteInput

Returns the value of attribute default_route.



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

def default_route
  @default_route
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


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

def environment_identifier
  @environment_identifier
end

#route_type"DEFAULT", "URI_PATH"

Returns the value of attribute route_type.

Returns:

  • ("DEFAULT", "URI_PATH")


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

def route_type
  @route_type
end

#service_identifier::String

Returns the value of attribute service_identifier.

Returns:

  • (::String)


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

def service_identifier
  @service_identifier
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


127
128
129
# File 'sig/types.rbs', line 127

def tags
  @tags
end

#uri_path_routeTypes::UriPathRouteInput

Returns the value of attribute uri_path_route.



128
129
130
# File 'sig/types.rbs', line 128

def uri_path_route
  @uri_path_route
end