Class: Aws::Types::DocumentParameter
- Inherits:
-
Object
- Object
- Aws::Types::DocumentParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#example ⇒ ::String
Returns the value of attribute example.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#optional ⇒ Boolean
Returns the value of attribute optional.
-
#regex ⇒ ::String
Returns the value of attribute regex.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def description @description end |
#example ⇒ ::String
Returns the value of attribute example.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def example @example end |
#key ⇒ ::String
Returns the value of attribute key.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def key @key end |
#optional ⇒ Boolean
Returns the value of attribute optional.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def optional @optional end |
#regex ⇒ ::String
Returns the value of attribute regex.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def regex @regex end |