Class: Aws::Types::UpdateEnvironmentBlueprintInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentBlueprintInput
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#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.
6549 6550 6551 |
# File 'sig/types.rbs', line 6549 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6547 6548 6549 |
# File 'sig/types.rbs', line 6547 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6548 6549 6550 |
# File 'sig/types.rbs', line 6548 def identifier @identifier end |
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
6550 6551 6552 |
# File 'sig/types.rbs', line 6550 def provisioning_properties @provisioning_properties end |
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
6551 6552 6553 |
# File 'sig/types.rbs', line 6551 def user_parameters @user_parameters end |