Class: Aws::Types::DeliverySourceConfigurationSchema
- Inherits:
-
Object
- Object
- Aws::Types::DeliverySourceConfigurationSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#max_value ⇒ ::Float
Returns the value of attribute max_value.
-
#min_value ⇒ ::Float
Returns the value of attribute min_value.
-
#supported_values ⇒ ::Array[::String]
Returns the value of attribute supported_values.
-
#value_type ⇒ "string", ...
Returns the value of attribute value_type.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
485 486 487 |
# File 'sig/types.rbs', line 485 def default_value @default_value end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
483 484 485 |
# File 'sig/types.rbs', line 483 def key_name @key_name end |
#max_value ⇒ ::Float
Returns the value of attribute max_value.
488 489 490 |
# File 'sig/types.rbs', line 488 def max_value @max_value end |
#min_value ⇒ ::Float
Returns the value of attribute min_value.
487 488 489 |
# File 'sig/types.rbs', line 487 def min_value @min_value end |
#supported_values ⇒ ::Array[::String]
Returns the value of attribute supported_values.
486 487 488 |
# File 'sig/types.rbs', line 486 def supported_values @supported_values end |
#value_type ⇒ "string", ...
Returns the value of attribute value_type.
484 485 486 |
# File 'sig/types.rbs', line 484 def value_type @value_type end |