Class: Aws::Types::EnvironmentDetailsIdentifiers
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentDetailsIdentifiers
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def environment_id @environment_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def job_id @job_id end |