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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 'lib/aws-sdk-schemas/types.rb', line 786

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