Class: Aws::Types::UriPathRouteInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_state"ACTIVE", "INACTIVE"

Returns the value of attribute activation_state.

Returns:

  • ("ACTIVE", "INACTIVE")


623
624
625
# File 'sig/types.rbs', line 623

def activation_state
  @activation_state
end

#append_source_pathBoolean

Returns the value of attribute append_source_path.

Returns:

  • (Boolean)


624
625
626
# File 'sig/types.rbs', line 624

def append_source_path
  @append_source_path
end

#include_child_pathsBoolean

Returns the value of attribute include_child_paths.

Returns:

  • (Boolean)


625
626
627
# File 'sig/types.rbs', line 625

def include_child_paths
  @include_child_paths
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")])


626
627
628
# File 'sig/types.rbs', line 626

def methods
  @methods
end

#source_path::String

Returns the value of attribute source_path.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def source_path
  @source_path
end