Class: Aws::Types::GeneratorDetails
- Inherits:
-
Object
- Object
- Aws::Types::GeneratorDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
5844 5845 5846 |
# File 'sig/types.rbs', line 5844 def description @description end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
5845 5846 5847 |
# File 'sig/types.rbs', line 5845 def labels @labels end |
#name ⇒ ::String
Returns the value of attribute name.
5843 5844 5845 |
# File 'sig/types.rbs', line 5843 def name @name end |