Class: Aws::Types::UpdateApiCacheRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#api_caching_behavior"FULL_REQUEST_CACHING", ...

Returns the value of attribute api_caching_behavior.

Returns:



1307
1308
1309
# File 'sig/types.rbs', line 1307

def api_caching_behavior
  @api_caching_behavior
end

#api_id::String

Returns the value of attribute api_id.

Returns:



1305
1306
1307
# File 'sig/types.rbs', line 1305

def api_id
  @api_id
end

#health_metrics_config"ENABLED", "DISABLED"

Returns the value of attribute health_metrics_config.

Returns:



1309
1310
1311
# File 'sig/types.rbs', line 1309

def health_metrics_config
  @health_metrics_config
end

#ttl::Integer

Returns the value of attribute ttl.

Returns:



1306
1307
1308
# File 'sig/types.rbs', line 1306

def ttl
  @ttl
end

#type"T2_SMALL", ...

Returns the value of attribute type.

Returns:



1308
1309
1310
# File 'sig/types.rbs', line 1308

def type
  @type
end