Class: Aws::Types::GetEnvironmentBlueprintConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentBlueprintConfigurationInput
- 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.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def domain_identifier @domain_identifier end |
#environment_blueprint_identifier ⇒ ::String
Returns the value of attribute environment_blueprint_identifier.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def environment_blueprint_identifier @environment_blueprint_identifier end |