Class: Aws::Types::RouteSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#append_source_pathBoolean

Returns the value of attribute append_source_path.

Returns:



527
528
529
# File 'sig/types.rbs', line 527

def append_source_path
  @append_source_path
end

#application_id::String

Returns the value of attribute application_id.

Returns:



528
529
530
# File 'sig/types.rbs', line 528

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:



529
530
531
# File 'sig/types.rbs', line 529

def arn
  @arn
end

#created_by_account_id::String

Returns the value of attribute created_by_account_id.

Returns:



530
531
532
# File 'sig/types.rbs', line 530

def 
  
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



531
532
533
# File 'sig/types.rbs', line 531

def created_time
  @created_time
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def environment_id
  @environment_id
end

#errorTypes::ErrorResponse

Returns the value of attribute error.

Returns:



533
534
535
# File 'sig/types.rbs', line 533

def error
  @error
end

#include_child_pathsBoolean

Returns the value of attribute include_child_paths.

Returns:



534
535
536
# File 'sig/types.rbs', line 534

def include_child_paths
  @include_child_paths
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:



535
536
537
# File 'sig/types.rbs', line 535

def last_updated_time
  @last_updated_time
end

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

Returns the value of attribute methods.

Returns:



536
537
538
# File 'sig/types.rbs', line 536

def methods
  @methods
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:



537
538
539
# File 'sig/types.rbs', line 537

def 
  
end

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

Returns the value of attribute path_resource_to_id.

Returns:



538
539
540
# File 'sig/types.rbs', line 538

def path_resource_to_id
  @path_resource_to_id
end

#route_id::String

Returns the value of attribute route_id.

Returns:



539
540
541
# File 'sig/types.rbs', line 539

def route_id
  @route_id
end

#route_type"DEFAULT", "URI_PATH"

Returns the value of attribute route_type.

Returns:



540
541
542
# File 'sig/types.rbs', line 540

def route_type
  @route_type
end

#service_id::String

Returns the value of attribute service_id.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def service_id
  @service_id
end

#source_path::String

Returns the value of attribute source_path.

Returns:



542
543
544
# File 'sig/types.rbs', line 542

def source_path
  @source_path
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:



543
544
545
# File 'sig/types.rbs', line 543

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



544
545
546
# File 'sig/types.rbs', line 544

def tags
  @tags
end