Class: Aws::Schemas::Types::PutCodeBindingResponse

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

Returns:

  • (Time)


1255
1256
1257
1258
1259
1260
1261
1262
# File 'gems/aws-sdk-schemas/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_modifiedTime

Returns:

  • (Time)


1255
1256
1257
1258
1259
1260
1261
1262
# File 'gems/aws-sdk-schemas/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_versionString

Returns:

  • (String)


1255
1256
1257
1258
1259
1260
1261
1262
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1255

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

#statusString

Returns:

  • (String)


1255
1256
1257
1258
1259
1260
1261
1262
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1255

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