Class: Aws::Types::ManagedJobTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::ManagedJobTemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environments ⇒ ::Array[::String]
Returns the value of attribute environments.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_version ⇒ ::String
Returns the value of attribute template_version.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3901 3902 3903 |
# File 'sig/types.rbs', line 3901 def description @description end |
#environments ⇒ ::Array[::String]
Returns the value of attribute environments.
3902 3903 3904 |
# File 'sig/types.rbs', line 3902 def environments @environments end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
3899 3900 3901 |
# File 'sig/types.rbs', line 3899 def template_arn @template_arn end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
3900 3901 3902 |
# File 'sig/types.rbs', line 3900 def template_name @template_name end |
#template_version ⇒ ::String
Returns the value of attribute template_version.
3903 3904 3905 |
# File 'sig/types.rbs', line 3903 def template_version @template_version end |