Class: Aws::Schemas::Types::GetCodeBindingSourceRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Schemas::Types::GetCodeBindingSourceRequest
 
- Defined in:
- gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#language ⇒ 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_name ⇒ 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_name ⇒ 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_version ⇒ 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 |