Class: Aws::Types::GetRouteResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#append_source_pathBoolean

Returns the value of attribute append_source_path.

Returns:

  • (Boolean)


360
361
362
# File 'sig/types.rbs', line 360

def append_source_path
  @append_source_path
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def arn
  @arn
end

#created_by_account_id::String

Returns the value of attribute created_by_account_id.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def 
  
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


364
365
366
# File 'sig/types.rbs', line 364

def created_time
  @created_time
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def environment_id
  @environment_id
end

#errorTypes::ErrorResponse

Returns the value of attribute error.



366
367
368
# File 'sig/types.rbs', line 366

def error
  @error
end

#include_child_pathsBoolean

Returns the value of attribute include_child_paths.

Returns:

  • (Boolean)


367
368
369
# File 'sig/types.rbs', line 367

def include_child_paths
  @include_child_paths
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


368
369
370
# File 'sig/types.rbs', line 368

def last_updated_time
  @last_updated_time
end

#methods::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]

Returns the value of attribute methods.

Returns:

  • (::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")])


369
370
371
# File 'sig/types.rbs', line 369

def methods
  @methods
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def 
  
end

#path_resource_to_id::Hash[::String, ::String]

Returns the value of attribute path_resource_to_id.

Returns:

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


371
372
373
# File 'sig/types.rbs', line 371

def path_resource_to_id
  @path_resource_to_id
end

#route_id::String

Returns the value of attribute route_id.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def route_id
  @route_id
end

#route_type"DEFAULT", "URI_PATH"

Returns the value of attribute route_type.

Returns:

  • ("DEFAULT", "URI_PATH")


373
374
375
# File 'sig/types.rbs', line 373

def route_type
  @route_type
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def service_id
  @service_id
end

#source_path::String

Returns the value of attribute source_path.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def source_path
  @source_path
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "INACTIVE")


376
377
378
# File 'sig/types.rbs', line 376

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


377
378
379
# File 'sig/types.rbs', line 377

def tags
  @tags
end