Class: Aws::Types::MethodSetting

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)


993
994
995
# File 'sig/types.rbs', line 993

def cache_data_encrypted
  @cache_data_encrypted
end

#cache_ttl_in_seconds::Integer

Returns the value of attribute cache_ttl_in_seconds.

Returns:

  • (::Integer)


992
993
994
# File 'sig/types.rbs', line 992

def cache_ttl_in_seconds
  @cache_ttl_in_seconds
end

#caching_enabledBoolean

Returns the value of attribute caching_enabled.

Returns:

  • (Boolean)


991
992
993
# File 'sig/types.rbs', line 991

def caching_enabled
  @caching_enabled
end

#data_trace_enabledBoolean

Returns the value of attribute data_trace_enabled.

Returns:

  • (Boolean)


988
989
990
# File 'sig/types.rbs', line 988

def data_trace_enabled
  @data_trace_enabled
end

#logging_level::String

Returns the value of attribute logging_level.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def logging_level
  @logging_level
end

#metrics_enabledBoolean

Returns the value of attribute metrics_enabled.

Returns:

  • (Boolean)


986
987
988
# File 'sig/types.rbs', line 986

def metrics_enabled
  @metrics_enabled
end

#require_authorization_for_cache_controlBoolean

Returns the value of attribute require_authorization_for_cache_control.

Returns:

  • (Boolean)


994
995
996
# File 'sig/types.rbs', line 994

def require_authorization_for_cache_control
  @require_authorization_for_cache_control
end

#throttling_burst_limit::Integer

Returns the value of attribute throttling_burst_limit.

Returns:

  • (::Integer)


989
990
991
# File 'sig/types.rbs', line 989

def throttling_burst_limit
  @throttling_burst_limit
end

#throttling_rate_limit::Float

Returns the value of attribute throttling_rate_limit.

Returns:

  • (::Float)


990
991
992
# File 'sig/types.rbs', line 990

def throttling_rate_limit
  @throttling_rate_limit
end

#unauthorized_cache_control_header_strategy"FAIL_WITH_403", ...

Returns the value of attribute unauthorized_cache_control_header_strategy.

Returns:

  • ("FAIL_WITH_403", "SUCCEED_WITH_RESPONSE_HEADER", "SUCCEED_WITHOUT_RESPONSE_HEADER")


995
996
997
# File 'sig/types.rbs', line 995

def unauthorized_cache_control_header_strategy
  @unauthorized_cache_control_header_strategy
end