Class: Aws::Schemas::Types::PutCodeBindingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::PutCodeBindingResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#creation_date ⇒ Time
1255 1256 1257 1258 1259 1260 1261 1262 |
# File 'lib/aws-sdk-schemas/types.rb', line 1255 class PutCodeBindingResponse < Struct.new( :creation_date, :last_modified, :schema_version, :status) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
1255 1256 1257 1258 1259 1260 1261 1262 |
# File 'lib/aws-sdk-schemas/types.rb', line 1255 class PutCodeBindingResponse < Struct.new( :creation_date, :last_modified, :schema_version, :status) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
1255 1256 1257 1258 1259 1260 1261 1262 |
# File 'lib/aws-sdk-schemas/types.rb', line 1255 class PutCodeBindingResponse < Struct.new( :creation_date, :last_modified, :schema_version, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
1255 1256 1257 1258 1259 1260 1261 1262 |
# File 'lib/aws-sdk-schemas/types.rb', line 1255 class PutCodeBindingResponse < Struct.new( :creation_date, :last_modified, :schema_version, :status) SENSITIVE = [] include Aws::Structure end |