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.
2922 2923 2924 2925 2926 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2922 class GetSdkTypeRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |