Class: Aws::Types::GraphQLRenderConfig
- Inherits:
-
Object
- Object
- Aws::Types::GraphQLRenderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fragments_file_path ⇒ ::String
Returns the value of attribute fragments_file_path.
-
#mutations_file_path ⇒ ::String
Returns the value of attribute mutations_file_path.
-
#queries_file_path ⇒ ::String
Returns the value of attribute queries_file_path.
-
#subscriptions_file_path ⇒ ::String
Returns the value of attribute subscriptions_file_path.
-
#types_file_path ⇒ ::String
Returns the value of attribute types_file_path.
Instance Attribute Details
#fragments_file_path ⇒ ::String
Returns the value of attribute fragments_file_path.
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.
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.
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.
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.
645 646 647 |
# File 'sig/types.rbs', line 645 def types_file_path @types_file_path end |