Class: Aws::APIGateway::Types::SdkResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

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

Returns:

  • (String)


5425
5426
5427
5428
5429
5430
# File 'lib/aws-sdk-apigateway/types.rb', line 5425

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

#content_dispositionString

The content-disposition header value in the HTTP response.

Returns:

  • (String)


5425
5426
5427
5428
5429
5430
# File 'lib/aws-sdk-apigateway/types.rb', line 5425

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

#content_typeString

The content-type header value in the HTTP response.

Returns:

  • (String)


5425
5426
5427
5428
5429
5430
# File 'lib/aws-sdk-apigateway/types.rb', line 5425

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