Class: Aws::Types::UpdateRouteResponse

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:



613
614
615
# File 'sig/types.rbs', line 613

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:



614
615
616
# File 'sig/types.rbs', line 614

def arn
  @arn
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:



615
616
617
# File 'sig/types.rbs', line 615

def last_updated_time
  @last_updated_time
end

#route_id::String

Returns the value of attribute route_id.

Returns:



616
617
618
# File 'sig/types.rbs', line 616

def route_id
  @route_id
end

#service_id::String

Returns the value of attribute service_id.

Returns:



617
618
619
# File 'sig/types.rbs', line 617

def service_id
  @service_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:



618
619
620
# File 'sig/types.rbs', line 618

def state
  @state
end