Class: Aws::APIGateway::Types::GetSdkTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetSdkTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Get an SdkType instance.
Constant Summary collapse
- SENSITIVE =
[]
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.
3158 3159 3160 3161 3162 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3158 class GetSdkTypeRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |