Class: Aws::Schemas::Types::CodeBindingOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The time and date that the code binding was created.

Returns:

  • (Time)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-schemas/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_modifiedTime

The date and time that code bindings were modified.

Returns:

  • (Time)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-schemas/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_versionString

The version number of the schema.

Returns:

  • (String)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 46

class CodeBindingOutput < Struct.new(
  :creation_date,
  :last_modified,
  :schema_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of code binding generation.

Returns:

  • (String)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 46

class CodeBindingOutput < Struct.new(
  :creation_date,
  :last_modified,
  :schema_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end