Class: Aws::Types::DescribeCodeBindingResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCodeBindingResponse
- 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.
146 147 148 |
# File 'sig/types.rbs', line 146 def creation_date @creation_date end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
147 148 149 |
# File 'sig/types.rbs', line 147 def last_modified @last_modified end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
148 149 150 |
# File 'sig/types.rbs', line 148 def schema_version @schema_version end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
149 150 151 |
# File 'sig/types.rbs', line 149 def status @status end |