Class: Aws::Types::ApiConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ApiConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DataStoreConfig, GraphQlConfig, NoApiConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_store_config ⇒ Types::DataStoreRenderConfig
Returns the value of attribute data_store_config.
-
#graph_ql_config ⇒ Types::GraphQLRenderConfig
Returns the value of attribute graph_ql_config.
-
#no_api_config ⇒ Types::NoApiRenderConfig
Returns the value of attribute no_api_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#data_store_config ⇒ Types::DataStoreRenderConfig
Returns the value of attribute data_store_config.
26 27 28 |
# File 'sig/types.rbs', line 26 def data_store_config @data_store_config end |
#graph_ql_config ⇒ Types::GraphQLRenderConfig
Returns the value of attribute graph_ql_config.
25 26 27 |
# File 'sig/types.rbs', line 25 def graph_ql_config @graph_ql_config end |
#no_api_config ⇒ Types::NoApiRenderConfig
Returns the value of attribute no_api_config.
27 28 29 |
# File 'sig/types.rbs', line 27 def no_api_config @no_api_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
28 29 30 |
# File 'sig/types.rbs', line 28 def unknown @unknown end |