Class: Aws::Types::CreateServiceTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pipeline_provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute pipeline_provisioning.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
297 298 299 |
# File 'sig/types.rbs', line 297 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
298 299 300 |
# File 'sig/types.rbs', line 298 def display_name @display_name end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
299 300 301 |
# File 'sig/types.rbs', line 299 def encryption_key @encryption_key end |
#name ⇒ ::String
Returns the value of attribute name.
300 301 302 |
# File 'sig/types.rbs', line 300 def name @name end |
#pipeline_provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute pipeline_provisioning.
301 302 303 |
# File 'sig/types.rbs', line 301 def pipeline_provisioning @pipeline_provisioning end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
302 303 304 |
# File 'sig/types.rbs', line 302 def @tags end |