Class: Aws::Types::CodegenJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::CodegenJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def app_id @app_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
141 142 143 |
# File 'sig/types.rbs', line 141 def created_at @created_at end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
139 140 141 |
# File 'sig/types.rbs', line 139 def environment_name @environment_name end |
#id ⇒ ::String
Returns the value of attribute id.
140 141 142 |
# File 'sig/types.rbs', line 140 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
142 143 144 |
# File 'sig/types.rbs', line 142 def modified_at @modified_at end |