Module: Aws::Schemas::Client::_DescribeCodeBindingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeCodeBindingResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #last_modified ⇒ ::Time
- #schema_version ⇒ ::String
- #status ⇒ "CREATE_IN_PROGRESS", ...
Instance Method Details
#creation_date ⇒ ::Time
172 |
# File 'sig/client.rbs', line 172
def creation_date: () -> ::Time
|
#last_modified ⇒ ::Time
173 |
# File 'sig/client.rbs', line 173
def last_modified: () -> ::Time
|
#schema_version ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def schema_version: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
175 |
# File 'sig/client.rbs', line 175
def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED")
|