Class: Aws::Types::Parameters
- Inherits:
-
Object
- Object
- Aws::Types::Parameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_time_parameters ⇒ ::Array[Types::DateTimeParameter]
Returns the value of attribute date_time_parameters.
-
#decimal_parameters ⇒ ::Array[Types::DecimalParameter]
Returns the value of attribute decimal_parameters.
-
#integer_parameters ⇒ ::Array[Types::IntegerParameter]
Returns the value of attribute integer_parameters.
-
#string_parameters ⇒ ::Array[Types::StringParameter]
Returns the value of attribute string_parameters.
Instance Attribute Details
#date_time_parameters ⇒ ::Array[Types::DateTimeParameter]
Returns the value of attribute date_time_parameters.
8904 8905 8906 |
# File 'sig/types.rbs', line 8904 def date_time_parameters @date_time_parameters end |
#decimal_parameters ⇒ ::Array[Types::DecimalParameter]
Returns the value of attribute decimal_parameters.
8903 8904 8905 |
# File 'sig/types.rbs', line 8903 def decimal_parameters @decimal_parameters end |
#integer_parameters ⇒ ::Array[Types::IntegerParameter]
Returns the value of attribute integer_parameters.
8902 8903 8904 |
# File 'sig/types.rbs', line 8902 def integer_parameters @integer_parameters end |
#string_parameters ⇒ ::Array[Types::StringParameter]
Returns the value of attribute string_parameters.
8901 8902 8903 |
# File 'sig/types.rbs', line 8901 def string_parameters @string_parameters end |