Class: Aws::Types::PatternToken

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_token_position::Integer

Returns the value of attribute dynamic_token_position.

Returns:

  • (::Integer)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def dynamic_token_position
  @dynamic_token_position
end

#enumerations::Hash[::String, ::Integer]

Returns the value of attribute enumerations.

Returns:

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


1688
1689
1690
# File 'sig/types.rbs', line 1688

def enumerations
  @enumerations
end

#inferred_token_name::String

Returns the value of attribute inferred_token_name.

Returns:

  • (::String)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def inferred_token_name
  @inferred_token_name
end

#is_dynamicBoolean

Returns the value of attribute is_dynamic.

Returns:

  • (Boolean)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def is_dynamic
  @is_dynamic
end

#token_string::String

Returns the value of attribute token_string.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def token_string
  @token_string
end