Class: Aws::Types::DocumentParameter
- Inherits:
-
Object
- Object
- Aws::Types::DocumentParameter
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "String", "StringList"
Returns the value of attribute type.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def name @name end |
#type ⇒ "String", "StringList"
Returns the value of attribute type.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def type @type end |