Class: Aws::Schemas::Types::DescribeCodeBindingResponse

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)


422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 422

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

#last_modifiedTime

Returns:

  • (Time)


422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 422

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

#schema_versionString

Returns:

  • (String)


422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 422

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

#statusString

Returns:

  • (String)


422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 422

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