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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
[Required] The identifier of the queried SdkType instance.
Instance Attribute Details
#id ⇒ String
[Required] The identifier of the queried SdkType instance.
4105 4106 4107 4108 4109 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4105 class GetSdkTypeRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |