Class: Aws::Types::CodeBindingOutput
- Inherits:
-
Object
- Object
- Aws::Types::CodeBindingOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
18 19 20 |
# File 'sig/types.rbs', line 18 def creation_date @creation_date end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
19 20 21 |
# File 'sig/types.rbs', line 19 def last_modified @last_modified end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
20 21 22 |
# File 'sig/types.rbs', line 20 def schema_version @schema_version end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
21 22 23 |
# File 'sig/types.rbs', line 21 def status @status end |