Class: Aws::Types::GraphQLRenderConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fragments_file_path ⇒ ::String

Returns the value of attribute fragments_file_path.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def fragments_file_path
  @fragments_file_path
end

#mutations_file_path ⇒ ::String

Returns the value of attribute mutations_file_path.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def mutations_file_path
  @mutations_file_path
end

#queries_file_path ⇒ ::String

Returns the value of attribute queries_file_path.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def queries_file_path
  @queries_file_path
end

#subscriptions_file_path ⇒ ::String

Returns the value of attribute subscriptions_file_path.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def subscriptions_file_path
  @subscriptions_file_path
end

#types_file_path ⇒ ::String

Returns the value of attribute types_file_path.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def types_file_path
  @types_file_path
end