Class: Aws::Types::UpdateResolverRequest

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)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def api_id
  @api_id
end

#caching_configTypes::CachingConfig

Returns the value of attribute caching_config.



1447
1448
1449
# File 'sig/types.rbs', line 1447

def caching_config
  @caching_config
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def code
  @code
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def data_source_name
  @data_source_name
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def field_name
  @field_name
end

#kind"UNIT", "PIPELINE"

Returns the value of attribute kind.

Returns:

  • ("UNIT", "PIPELINE")


1444
1445
1446
# File 'sig/types.rbs', line 1444

def kind
  @kind
end

#max_batch_size::Integer

Returns the value of attribute max_batch_size.

Returns:

  • (::Integer)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def max_batch_size
  @max_batch_size
end

#metrics_config"ENABLED", "DISABLED"

Returns the value of attribute metrics_config.

Returns:

  • ("ENABLED", "DISABLED")


1451
1452
1453
# File 'sig/types.rbs', line 1451

def metrics_config
  @metrics_config
end

#pipeline_configTypes::PipelineConfig

Returns the value of attribute pipeline_config.



1445
1446
1447
# File 'sig/types.rbs', line 1445

def pipeline_config
  @pipeline_config
end

#request_mapping_template::String

Returns the value of attribute request_mapping_template.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def request_mapping_template
  @request_mapping_template
end

#response_mapping_template::String

Returns the value of attribute response_mapping_template.

Returns:

  • (::String)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def response_mapping_template
  @response_mapping_template
end

#runtimeTypes::AppSyncRuntime

Returns the value of attribute runtime.



1449
1450
1451
# File 'sig/types.rbs', line 1449

def runtime
  @runtime
end

#sync_configTypes::SyncConfig

Returns the value of attribute sync_config.

Returns:



1446
1447
1448
# File 'sig/types.rbs', line 1446

def sync_config
  @sync_config
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def type_name
  @type_name
end