Class: Aws::Types::ApiConfiguration

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

Defined Under Namespace

Classes: DataStoreConfig, GraphQlConfig, NoApiConfig, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (Object)


28
29
30
# File 'sig/types.rbs', line 28

def unknown
  @unknown
end