Class: Aws::Types::GetEnvironmentInput
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentInput
- 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.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def identifier @identifier end |