Class: Aws::Types::ResponseHeadersPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3198
3199
3200
# File 'sig/types.rbs', line 3198

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3199
3200
3201
# File 'sig/types.rbs', line 3199

def last_modified_time
  @last_modified_time
end

#response_headers_policy_configTypes::ResponseHeadersPolicyConfig

Returns the value of attribute response_headers_policy_config.



3200
3201
3202
# File 'sig/types.rbs', line 3200

def response_headers_policy_config
  @response_headers_policy_config
end