Class: Aws::Types::AwsApiGatewayMethodSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_data_encryptedBoolean

Returns the value of attribute cache_data_encrypted.

Returns:

  • (Boolean)


418
419
420
# File 'sig/types.rbs', line 418

def cache_data_encrypted
  @cache_data_encrypted
end

#cache_ttl_in_seconds::Integer

Returns the value of attribute cache_ttl_in_seconds.

Returns:

  • (::Integer)


417
418
419
# File 'sig/types.rbs', line 417

def cache_ttl_in_seconds
  @cache_ttl_in_seconds
end

#caching_enabledBoolean

Returns the value of attribute caching_enabled.

Returns:

  • (Boolean)


416
417
418
# File 'sig/types.rbs', line 416

def caching_enabled
  @caching_enabled
end

#data_trace_enabledBoolean

Returns the value of attribute data_trace_enabled.

Returns:

  • (Boolean)


413
414
415
# File 'sig/types.rbs', line 413

def data_trace_enabled
  @data_trace_enabled
end

#http_method::String

Returns the value of attribute http_method.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def http_method
  @http_method
end

#logging_level::String

Returns the value of attribute logging_level.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def logging_level
  @logging_level
end

#metrics_enabledBoolean

Returns the value of attribute metrics_enabled.

Returns:

  • (Boolean)


411
412
413
# File 'sig/types.rbs', line 411

def metrics_enabled
  @metrics_enabled
end

#require_authorization_for_cache_controlBoolean

Returns the value of attribute require_authorization_for_cache_control.

Returns:

  • (Boolean)


419
420
421
# File 'sig/types.rbs', line 419

def require_authorization_for_cache_control
  @require_authorization_for_cache_control
end

#resource_path::String

Returns the value of attribute resource_path.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def resource_path
  @resource_path
end

#throttling_burst_limit::Integer

Returns the value of attribute throttling_burst_limit.

Returns:

  • (::Integer)


414
415
416
# File 'sig/types.rbs', line 414

def throttling_burst_limit
  @throttling_burst_limit
end

#throttling_rate_limit::Float

Returns the value of attribute throttling_rate_limit.

Returns:

  • (::Float)


415
416
417
# File 'sig/types.rbs', line 415

def throttling_rate_limit
  @throttling_rate_limit
end

#unauthorized_cache_control_header_strategy::String

Returns the value of attribute unauthorized_cache_control_header_strategy.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def unauthorized_cache_control_header_strategy
  @unauthorized_cache_control_header_strategy
end