Class: Aws::AppSync::Types::Type

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

Overview

Describes a type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The type Amazon Resource Name (ARN).

Returns:

  • (String)


4296
4297
4298
4299
4300
4301
4302
4303
4304
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4296

class Type < Struct.new(
  :name,
  :description,
  :arn,
  :definition,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#definitionString

The type definition.

Returns:

  • (String)


4296
4297
4298
4299
4300
4301
4302
4303
4304
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4296

class Type < Struct.new(
  :name,
  :description,
  :arn,
  :definition,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The type description.

Returns:

  • (String)


4296
4297
4298
4299
4300
4301
4302
4303
4304
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4296

class Type < Struct.new(
  :name,
  :description,
  :arn,
  :definition,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The type format: SDL or JSON.

Returns:

  • (String)


4296
4297
4298
4299
4300
4301
4302
4303
4304
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4296

class Type < Struct.new(
  :name,
  :description,
  :arn,
  :definition,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The type name.

Returns:

  • (String)


4296
4297
4298
4299
4300
4301
4302
4303
4304
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4296

class Type < Struct.new(
  :name,
  :description,
  :arn,
  :definition,
  :format)
  SENSITIVE = []
  include Aws::Structure
end