Class: Aws::Types::DeleteEnvironmentBlueprintConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentBlueprintConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_blueprint_identifier ⇒ ::String
Returns the value of attribute environment_blueprint_identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def domain_identifier @domain_identifier end |
#environment_blueprint_identifier ⇒ ::String
Returns the value of attribute environment_blueprint_identifier.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def environment_blueprint_identifier @environment_blueprint_identifier end |