Class: Aws::Types::CacheBehavior

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_methodsTypes::AllowedMethods

Returns the value of attribute allowed_methods.



154
155
156
# File 'sig/types.rbs', line 154

def allowed_methods
  @allowed_methods
end

#cache_policy_id::String

Returns the value of attribute cache_policy_id.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def cache_policy_id
  @cache_policy_id
end

#compressBoolean

Returns the value of attribute compress.

Returns:

  • (Boolean)


156
157
158
# File 'sig/types.rbs', line 156

def compress
  @compress
end

#default_ttl::Integer

Returns the value of attribute default_ttl.

Returns:

  • (::Integer)


167
168
169
# File 'sig/types.rbs', line 167

def default_ttl
  @default_ttl
end

#field_level_encryption_id::String

Returns the value of attribute field_level_encryption_id.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def field_level_encryption_id
  @field_level_encryption_id
end

#forwarded_valuesTypes::ForwardedValues

Returns the value of attribute forwarded_values.



165
166
167
# File 'sig/types.rbs', line 165

def forwarded_values
  @forwarded_values
end

#function_associationsTypes::FunctionAssociations

Returns the value of attribute function_associations.



158
159
160
# File 'sig/types.rbs', line 158

def function_associations
  @function_associations
end

#grpc_configTypes::GrpcConfig

Returns the value of attribute grpc_config.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def grpc_config
  @grpc_config
end

#lambda_function_associationsTypes::LambdaFunctionAssociations

Returns the value of attribute lambda_function_associations.



157
158
159
# File 'sig/types.rbs', line 157

def lambda_function_associations
  @lambda_function_associations
end

#max_ttl::Integer

Returns the value of attribute max_ttl.

Returns:

  • (::Integer)


168
169
170
# File 'sig/types.rbs', line 168

def max_ttl
  @max_ttl
end

#min_ttl::Integer

Returns the value of attribute min_ttl.

Returns:

  • (::Integer)


166
167
168
# File 'sig/types.rbs', line 166

def min_ttl
  @min_ttl
end

#origin_request_policy_id::String

Returns the value of attribute origin_request_policy_id.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def origin_request_policy_id
  @origin_request_policy_id
end

#path_pattern::String

Returns the value of attribute path_pattern.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def path_pattern
  @path_pattern
end

#realtime_log_config_arn::String

Returns the value of attribute realtime_log_config_arn.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def realtime_log_config_arn
  @realtime_log_config_arn
end

#response_headers_policy_id::String

Returns the value of attribute response_headers_policy_id.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def response_headers_policy_id
  @response_headers_policy_id
end

#smooth_streamingBoolean

Returns the value of attribute smooth_streaming.

Returns:

  • (Boolean)


155
156
157
# File 'sig/types.rbs', line 155

def smooth_streaming
  @smooth_streaming
end

#target_origin_id::String

Returns the value of attribute target_origin_id.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def target_origin_id
  @target_origin_id
end

#trusted_key_groupsTypes::TrustedKeyGroups

Returns the value of attribute trusted_key_groups.



152
153
154
# File 'sig/types.rbs', line 152

def trusted_key_groups
  @trusted_key_groups
end

#trusted_signersTypes::TrustedSigners

Returns the value of attribute trusted_signers.



151
152
153
# File 'sig/types.rbs', line 151

def trusted_signers
  @trusted_signers
end

#viewer_protocol_policy"allow-all", ...

Returns the value of attribute viewer_protocol_policy.

Returns:

  • ("allow-all", "https-only", "redirect-to-https")


153
154
155
# File 'sig/types.rbs', line 153

def viewer_protocol_policy
  @viewer_protocol_policy
end