Class: Aws::Schemas::Types::CodeBindingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::CodeBindingOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The time and date that the code binding was created.
-
#last_modified ⇒ Time
The date and time that code bindings were modified.
-
#schema_version ⇒ String
The version number of the schema.
-
#status ⇒ String
The current status of code binding generation.
Instance Attribute Details
#creation_date ⇒ Time
The time and date that the code binding was created.
46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-schemas/types.rb', line 46 class CodeBindingOutput < Struct.new( :creation_date, :last_modified, :schema_version, :status) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The date and time that code bindings were modified.
46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-schemas/types.rb', line 46 class CodeBindingOutput < Struct.new( :creation_date, :last_modified, :schema_version, :status) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
The version number of the schema.
46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-schemas/types.rb', line 46 class CodeBindingOutput < Struct.new( :creation_date, :last_modified, :schema_version, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of code binding generation.
46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-schemas/types.rb', line 46 class CodeBindingOutput < Struct.new( :creation_date, :last_modified, :schema_version, :status) SENSITIVE = [] include Aws::Structure end |