Class: Aws::Types::PathElement

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

Defined Under Namespace

Classes: Index, Key, Substring, Unknown, Value

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


906
907
908
# File 'sig/types.rbs', line 906

def index
  @index
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def key
  @key
end

#substringTypes::Substring

Returns the value of attribute substring.

Returns:



908
909
910
# File 'sig/types.rbs', line 908

def substring
  @substring
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


910
911
912
# File 'sig/types.rbs', line 910

def unknown
  @unknown
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def value
  @value
end