Class: Aws::Schemas::Types::GetCodeBindingSourceRequest

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)


772
773
774
775
776
777
778
779
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 772

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

#registry_nameString

Returns:

  • (String)


772
773
774
775
776
777
778
779
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 772

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

#schema_nameString

Returns:

  • (String)


772
773
774
775
776
777
778
779
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 772

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

#schema_versionString

Returns:

  • (String)


772
773
774
775
776
777
778
779
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 772

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