Class: Aws::Schemas::Types::GetCodeBindingSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::GetCodeBindingSourceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#body ⇒ String
786 787 788 789 790 |
# File 'lib/aws-sdk-schemas/types.rb', line 786 class GetCodeBindingSourceResponse < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |