Class: Aws::Types::CustomParameter
- Inherits:
-
Object
- Object
- Aws::Types::CustomParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#field_type ⇒ ::String
Returns the value of attribute field_type.
-
#is_editable ⇒ Boolean
Returns the value of attribute is_editable.
-
#is_optional ⇒ Boolean
Returns the value of attribute is_optional.
-
#is_update_supported ⇒ Boolean
Returns the value of attribute is_update_supported.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def description @description end |
#field_type ⇒ ::String
Returns the value of attribute field_type.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def field_type @field_type end |
#is_editable ⇒ Boolean
Returns the value of attribute is_editable.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def is_editable @is_editable end |
#is_optional ⇒ Boolean
Returns the value of attribute is_optional.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def is_optional @is_optional end |
#is_update_supported ⇒ Boolean
Returns the value of attribute is_update_supported.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def is_update_supported @is_update_supported end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def key_name @key_name end |