Class: Aws::Types::GetEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def application_id @application_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
583 584 585 |
# File 'sig/types.rbs', line 583 def environment_id @environment_id end |