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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4317
4318
4319
4320
4321
4322
4323
4324
4325
# File 'lib/aws-sdk-appsync/types.rb', line 4317

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

#definitionString

The type definition.

Returns:

  • (String)


4317
4318
4319
4320
4321
4322
4323
4324
4325
# File 'lib/aws-sdk-appsync/types.rb', line 4317

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

#descriptionString

The type description.

Returns:

  • (String)


4317
4318
4319
4320
4321
4322
4323
4324
4325
# File 'lib/aws-sdk-appsync/types.rb', line 4317

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

#formatString

The type format: SDL or JSON.

Returns:

  • (String)


4317
4318
4319
4320
4321
4322
4323
4324
4325
# File 'lib/aws-sdk-appsync/types.rb', line 4317

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

#nameString

The type name.

Returns:

  • (String)


4317
4318
4319
4320
4321
4322
4323
4324
4325
# File 'lib/aws-sdk-appsync/types.rb', line 4317

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