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)


4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'lib/aws-sdk-appsync/types.rb', line 4890

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

#definitionString

The type definition.

Returns:

  • (String)


4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'lib/aws-sdk-appsync/types.rb', line 4890

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

#descriptionString

The type description.

Returns:

  • (String)


4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'lib/aws-sdk-appsync/types.rb', line 4890

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

#formatString

The type format: SDL or JSON.

Returns:

  • (String)


4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'lib/aws-sdk-appsync/types.rb', line 4890

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

#nameString

The type name.

Returns:

  • (String)


4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'lib/aws-sdk-appsync/types.rb', line 4890

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