Class: Aws::Types::CreateResolverRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def api_id
  @api_id
end

#caching_configTypes::CachingConfig

Returns the value of attribute caching_config.



366
367
368
# File 'sig/types.rbs', line 366

def caching_config
  @caching_config
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def code
  @code
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def data_source_name
  @data_source_name
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def field_name
  @field_name
end

#kind"UNIT", "PIPELINE"

Returns the value of attribute kind.

Returns:

  • ("UNIT", "PIPELINE")


363
364
365
# File 'sig/types.rbs', line 363

def kind
  @kind
end

#max_batch_size::Integer

Returns the value of attribute max_batch_size.

Returns:

  • (::Integer)


367
368
369
# File 'sig/types.rbs', line 367

def max_batch_size
  @max_batch_size
end

#metrics_config"ENABLED", "DISABLED"

Returns the value of attribute metrics_config.

Returns:

  • ("ENABLED", "DISABLED")


370
371
372
# File 'sig/types.rbs', line 370

def metrics_config
  @metrics_config
end

#pipeline_configTypes::PipelineConfig

Returns the value of attribute pipeline_config.



364
365
366
# File 'sig/types.rbs', line 364

def pipeline_config
  @pipeline_config
end

#request_mapping_template::String

Returns the value of attribute request_mapping_template.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def request_mapping_template
  @request_mapping_template
end

#response_mapping_template::String

Returns the value of attribute response_mapping_template.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def response_mapping_template
  @response_mapping_template
end

#runtimeTypes::AppSyncRuntime

Returns the value of attribute runtime.



368
369
370
# File 'sig/types.rbs', line 368

def runtime
  @runtime
end

#sync_configTypes::SyncConfig

Returns the value of attribute sync_config.

Returns:



365
366
367
# File 'sig/types.rbs', line 365

def sync_config
  @sync_config
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def type_name
  @type_name
end