Class: Aws::Types::DeleteEnvironmentProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def identifier @identifier end |