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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

Returns:

  • (String)


4047
4048
4049
4050
4051
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4047

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