Class: Aws::Types::EnvironmentDetailsEntity
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentDetailsEntity
- 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.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def environment_id @environment_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def job_id @job_id end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def schema_version @schema_version end |
#template ⇒ Object
Returns the value of attribute template.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def template @template end |