Class: Aws::Types::Resolver

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#caching_configTypes::CachingConfig

Returns the value of attribute caching_config.



1187
1188
1189
# File 'sig/types.rbs', line 1187

def caching_config
  @caching_config
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def code
  @code
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:

  • (::String)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def data_source_name
  @data_source_name
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def field_name
  @field_name
end

#kind"UNIT", "PIPELINE"

Returns the value of attribute kind.

Returns:

  • ("UNIT", "PIPELINE")


1184
1185
1186
# File 'sig/types.rbs', line 1184

def kind
  @kind
end

#max_batch_size::Integer

Returns the value of attribute max_batch_size.

Returns:

  • (::Integer)


1188
1189
1190
# File 'sig/types.rbs', line 1188

def max_batch_size
  @max_batch_size
end

#metrics_config"ENABLED", "DISABLED"

Returns the value of attribute metrics_config.

Returns:

  • ("ENABLED", "DISABLED")


1191
1192
1193
# File 'sig/types.rbs', line 1191

def metrics_config
  @metrics_config
end

#pipeline_configTypes::PipelineConfig

Returns the value of attribute pipeline_config.



1185
1186
1187
# File 'sig/types.rbs', line 1185

def pipeline_config
  @pipeline_config
end

#request_mapping_template::String

Returns the value of attribute request_mapping_template.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def request_mapping_template
  @request_mapping_template
end

#resolver_arn::String

Returns the value of attribute resolver_arn.

Returns:

  • (::String)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def resolver_arn
  @resolver_arn
end

#response_mapping_template::String

Returns the value of attribute response_mapping_template.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def response_mapping_template
  @response_mapping_template
end

#runtimeTypes::AppSyncRuntime

Returns the value of attribute runtime.



1189
1190
1191
# File 'sig/types.rbs', line 1189

def runtime
  @runtime
end

#sync_configTypes::SyncConfig

Returns the value of attribute sync_config.

Returns:



1186
1187
1188
# File 'sig/types.rbs', line 1186

def sync_config
  @sync_config
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def type_name
  @type_name
end