Class: Aws::ApiGatewayV2::Types::GetModelTemplateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

Returns:

  • (String)


4049
4050
4051
4052
4053
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4049

class GetModelTemplateResponse < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end