Class: Aws::Schemas::Types::GetCodeBindingSourceResponse

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

#bodyString

Returns:

  • (String)


786
787
788
789
790
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 786

class GetCodeBindingSourceResponse < Struct.new(
  :body)
  SENSITIVE = []
  include Aws::Structure
end