Method: Aws::APIGateway::Types::SdkResponse#body

Defined in:
lib/aws-sdk-apigateway/types.rb

#bodyString

The binary blob response to GetSdk, which contains the generated SDK.

Returns:

  • (String)

6583
6584
6585
6586
6587
6588
6589
# File 'lib/aws-sdk-apigateway/types.rb', line 6583

class SdkResponse < Struct.new(
  :content_type,
  :content_disposition,
  :body)
  SENSITIVE = []
  include Aws::Structure
end