Class: Aws::Types::CreateEnvironmentBlueprintInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentBlueprintInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
-
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def domain_identifier @domain_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def name @name end |
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def provisioning_properties @provisioning_properties end |
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def user_parameters @user_parameters end |