Class: Aws::APIGateway::Types::SdkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::SdkResponse
- Includes:
- Structure
- Defined in:
- 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
-
#body ⇒ String
The binary blob response to GetSdk, which contains the generated SDK.
-
#content_disposition ⇒ String
The content-disposition header value in the HTTP response.
-
#content_type ⇒ String
The content-type header value in the HTTP response.
Instance Attribute Details
#body ⇒ String
The binary blob response to GetSdk, which contains the generated SDK.
4668 4669 4670 4671 4672 4673 4674 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4668 class SdkResponse < Struct.new( :content_type, :content_disposition, :body) SENSITIVE = [] include Aws::Structure end |
#content_disposition ⇒ String
The content-disposition header value in the HTTP response.
4668 4669 4670 4671 4672 4673 4674 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4668 class SdkResponse < Struct.new( :content_type, :content_disposition, :body) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The content-type header value in the HTTP response.
4668 4669 4670 4671 4672 4673 4674 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4668 class SdkResponse < Struct.new( :content_type, :content_disposition, :body) SENSITIVE = [] include Aws::Structure end |