Class: Aws::APIGateway::Types::GetSdkTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetSdkTypeRequest
- 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
-
#id ⇒ String
The identifier of the queried SdkType instance.
Instance Attribute Details
#id ⇒ String
The identifier of the queried SdkType instance.
3111 3112 3113 3114 3115 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3111 class GetSdkTypeRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |