Class: Aws::Types::ParameterDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ParameterDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ Types::ParameterDefinitionSchema
Returns the value of attribute definition.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#definition ⇒ Types::ParameterDefinitionSchema
Returns the value of attribute definition.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def name @name end |