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

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

Overview

Get an SdkType instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the queried SdkType instance.

Returns:

  • (String)


2922
2923
2924
2925
2926
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2922

class GetSdkTypeRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end