Class: Aws::APIGateway::Types::GetSdkTypeRequest

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

Overview

Note:

When making an API call, you may pass GetSdkTypeRequest data as a hash:

{
  id: "String", # required
}

Get an SdkType instance.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

[Required] The identifier of the queried SdkType instance.

Returns:

  • (String)


4011
4012
4013
4014
# File 'lib/aws-sdk-apigateway/types.rb', line 4011

class GetSdkTypeRequest < Struct.new(
  :id)
  include Aws::Structure
end