Class: Aws::Schemas::Types::PutCodeBindingRequest

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

#languageString

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1232

class PutCodeBindingRequest < Struct.new(
  :language,
  :registry_name,
  :schema_name,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#registry_nameString

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1232

class PutCodeBindingRequest < Struct.new(
  :language,
  :registry_name,
  :schema_name,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1232

class PutCodeBindingRequest < Struct.new(
  :language,
  :registry_name,
  :schema_name,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#schema_versionString

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1232

class PutCodeBindingRequest < Struct.new(
  :language,
  :registry_name,
  :schema_name,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end