Class: Aws::Types::PatternToken
- Inherits:
-
Object
- Object
- Aws::Types::PatternToken
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamic_token_position ⇒ ::Integer
Returns the value of attribute dynamic_token_position.
-
#enumerations ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute enumerations.
-
#inferred_token_name ⇒ ::String
Returns the value of attribute inferred_token_name.
-
#is_dynamic ⇒ Boolean
Returns the value of attribute is_dynamic.
-
#token_string ⇒ ::String
Returns the value of attribute token_string.
Instance Attribute Details
#dynamic_token_position ⇒ ::Integer
Returns the value of attribute dynamic_token_position.
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.
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.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def inferred_token_name @inferred_token_name end |
#is_dynamic ⇒ Boolean
Returns the value of attribute is_dynamic.
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.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def token_string @token_string end |