Class: Aws::Types::PutCodeBindingResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutCodeBindingResponse
- 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.
434 435 436 |
# File 'sig/types.rbs', line 434 def creation_date @creation_date end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
435 436 437 |
# File 'sig/types.rbs', line 435 def last_modified @last_modified end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
436 437 438 |
# File 'sig/types.rbs', line 436 def schema_version @schema_version end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
437 438 439 |
# File 'sig/types.rbs', line 437 def status @status end |