Class: Aws::Types::DurationParameterConfig
- Inherits:
-
Object
- Object
- Aws::Types::DurationParameterConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraints ⇒ Types::DurationConstraints
Returns the value of attribute constraints.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
Instance Attribute Details
#constraints ⇒ Types::DurationConstraints
Returns the value of attribute constraints.
949 950 951 |
# File 'sig/types.rbs', line 949 def constraints @constraints end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
948 949 950 |
# File 'sig/types.rbs', line 948 def default_value @default_value end |