Class: Aws::Types::CreateEnvironmentTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentTemplateInput
- 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.
-
#provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute provisioning.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
204 205 206 |
# File 'sig/types.rbs', line 204 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
205 206 207 |
# File 'sig/types.rbs', line 205 def display_name @display_name end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
206 207 208 |
# File 'sig/types.rbs', line 206 def encryption_key @encryption_key end |
#name ⇒ ::String
Returns the value of attribute name.
207 208 209 |
# File 'sig/types.rbs', line 207 def name @name end |
#provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute provisioning.
208 209 210 |
# File 'sig/types.rbs', line 208 def provisioning @provisioning end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
209 210 211 |
# File 'sig/types.rbs', line 209 def @tags end |