Class: Aws::Types::ParameterDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ParameterDefinition
- 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.
-
#immutable ⇒ Boolean
Returns the value of attribute immutable.
-
#is_required ⇒ Boolean
Returns the value of attribute is_required.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
-
#type ⇒ "String", ...
Returns the value of attribute type.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def description @description end |
#immutable ⇒ Boolean
Returns the value of attribute immutable.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def immutable @immutable end |
#is_required ⇒ Boolean
Returns the value of attribute is_required.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def is_required @is_required end |
#name ⇒ ::String
Returns the value of attribute name.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def name @name end |
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def sub_type @sub_type end |
#type ⇒ "String", ...
Returns the value of attribute type.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def type @type end |