Class: Aws::Types::BatchStartViewerSessionRevocationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_allow_origin::String

Returns the value of attribute access_control_allow_origin.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def access_control_allow_origin
  @access_control_allow_origin
end

#access_control_expose_headers::String

Returns the value of attribute access_control_expose_headers.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def access_control_expose_headers
  @access_control_expose_headers
end

#cache_control::String

Returns the value of attribute cache_control.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def cache_control
  @cache_control
end

#content_security_policy::String

Returns the value of attribute content_security_policy.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def content_security_policy
  @content_security_policy
end

#errors::Array[Types::BatchStartViewerSessionRevocationError]

Returns the value of attribute errors.



115
116
117
# File 'sig/types.rbs', line 115

def errors
  @errors
end

#strict_transport_security::String

Returns the value of attribute strict_transport_security.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def strict_transport_security
  @strict_transport_security
end

#x_content_type_options::String

Returns the value of attribute x_content_type_options.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def x_content_type_options
  @x_content_type_options
end

#x_frame_options::String

Returns the value of attribute x_frame_options.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def x_frame_options
  @x_frame_options
end