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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

[Required] The identifier of the queried SdkType instance.

Returns:

  • (String)


4105
4106
4107
4108
4109
# File 'lib/aws-sdk-apigateway/types.rb', line 4105

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