Class: Aws::APIGateway::Types::GetSdkTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetSdkTypeRequest
- 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
-
#id ⇒ String
The identifier of the queried SdkType instance.
Instance Attribute Details
#id ⇒ String
The identifier of the queried SdkType instance.
3796 3797 3798 3799 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3796 class GetSdkTypeRequest < Struct.new( :id) include Aws::Structure end |