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)

4907
4908
4909
4910
4911
4912
4913
4914
4915
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4907

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

#definitionString

The type definition.

Returns:

  • (String)

4907
4908
4909
4910
4911
4912
4913
4914
4915
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4907

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

#descriptionString

The type description.

Returns:

  • (String)

4907
4908
4909
4910
4911
4912
4913
4914
4915
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4907

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

#formatString

The type format: SDL or JSON.

Returns:

  • (String)

4907
4908
4909
4910
4911
4912
4913
4914
4915
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4907

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

#nameString

The type name.

Returns:

  • (String)

4907
4908
4909
4910
4911
4912
4913
4914
4915
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4907

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