Class: Aws::Types::DeleteRouteResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:



233
234
235
# File 'sig/types.rbs', line 233

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:



234
235
236
# File 'sig/types.rbs', line 234

def arn
  @arn
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def last_updated_time
  @last_updated_time
end

#route_id::String

Returns the value of attribute route_id.

Returns:



236
237
238
# File 'sig/types.rbs', line 236

def route_id
  @route_id
end

#service_id::String

Returns the value of attribute service_id.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def service_id
  @service_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def state
  @state
end