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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

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

Returns:

  • (String)


4652
4653
4654
4655
4656
4657
4658
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4652

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

#content_dispositionString

The content-disposition header value in the HTTP response.

Returns:

  • (String)


4652
4653
4654
4655
4656
4657
4658
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4652

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

#content_typeString

The content-type header value in the HTTP response.

Returns:

  • (String)


4652
4653
4654
4655
4656
4657
4658
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4652

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