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.
8553 8554 8555 |
# File 'sig/types.rbs', line 8553 def date_time_parameters @date_time_parameters end |
#decimal_parameters ⇒ ::Array[Types::DecimalParameter]
Returns the value of attribute decimal_parameters.
8552 8553 8554 |
# File 'sig/types.rbs', line 8552 def decimal_parameters @decimal_parameters end |
#integer_parameters ⇒ ::Array[Types::IntegerParameter]
Returns the value of attribute integer_parameters.
8551 8552 8553 |
# File 'sig/types.rbs', line 8551 def integer_parameters @integer_parameters end |
#string_parameters ⇒ ::Array[Types::StringParameter]
Returns the value of attribute string_parameters.
8550 8551 8552 |
# File 'sig/types.rbs', line 8550 def string_parameters @string_parameters end |