Class: Aws::Types::ApiCache

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:



48
49
50
# File 'sig/types.rbs', line 48

def api_caching_behavior
  @api_caching_behavior
end

#at_rest_encryption_enabledBoolean

Returns the value of attribute at_rest_encryption_enabled.

Returns:



50
51
52
# File 'sig/types.rbs', line 50

def at_rest_encryption_enabled
  @at_rest_encryption_enabled
end

#health_metrics_config"ENABLED", "DISABLED"

Returns the value of attribute health_metrics_config.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def health_metrics_config
  @health_metrics_config
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def status
  @status
end

#transit_encryption_enabledBoolean

Returns the value of attribute transit_encryption_enabled.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def transit_encryption_enabled
  @transit_encryption_enabled
end

#ttl::Integer

Returns the value of attribute ttl.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def ttl
  @ttl
end

#type"T2_SMALL", ...

Returns the value of attribute type.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def type
  @type
end