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

The identifier of the queried SdkType instance.

Returns:

  • (String)

3796
3797
3798
3799
# File 'lib/aws-sdk-apigateway/types.rb', line 3796

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