Class: Aws::AppSync::Types::GetTypeResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeTypes::Type

The Type object.

Returns:



2793
2794
2795
2796
2797
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2793

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