Class: Aws::Types::EndpointSetting
- Inherits:
-
Object
- Object
- Aws::Types::EndpointSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applicability ⇒ ::String
Returns the value of attribute applicability.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#enum_values ⇒ ::Array[::String]
Returns the value of attribute enum_values.
-
#int_value_max ⇒ ::Integer
Returns the value of attribute int_value_max.
-
#int_value_min ⇒ ::Integer
Returns the value of attribute int_value_min.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sensitive ⇒ Boolean
Returns the value of attribute sensitive.
-
#type ⇒ "string", ...
Returns the value of attribute type.
-
#units ⇒ ::String
Returns the value of attribute units.
Instance Attribute Details
#applicability ⇒ ::String
Returns the value of attribute applicability.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def applicability @applicability end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def default_value @default_value end |
#enum_values ⇒ ::Array[::String]
Returns the value of attribute enum_values.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def enum_values @enum_values end |
#int_value_max ⇒ ::Integer
Returns the value of attribute int_value_max.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def int_value_max @int_value_max end |
#int_value_min ⇒ ::Integer
Returns the value of attribute int_value_min.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def int_value_min @int_value_min end |
#name ⇒ ::String
Returns the value of attribute name.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def name @name end |
#sensitive ⇒ Boolean
Returns the value of attribute sensitive.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def sensitive @sensitive end |
#type ⇒ "string", ...
Returns the value of attribute type.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def type @type end |
#units ⇒ ::String
Returns the value of attribute units.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def units @units end |