Class: Aws::Types::DeleteRouteRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifier::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def application_identifier
  @application_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def environment_identifier
  @environment_identifier
end

#route_identifier::String

Returns the value of attribute route_identifier.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def route_identifier
  @route_identifier
end