Class: Aws::Types::AsPathSegment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#path::Array[::Integer]

Returns the value of attribute path.

Returns:

  • (::Array[::Integer])


71
72
73
# File 'sig/types.rbs', line 71

def path
  @path
end

#path_type"seq", "set"

Returns the value of attribute path_type.

Returns:

  • ("seq", "set")


70
71
72
# File 'sig/types.rbs', line 70

def path_type
  @path_type
end