Class: Aws::QuickSight::Types::RefreshFailureEmailAlert

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The configuration settings for the email alerts that are sent when a dataset refresh fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alert_statusString

The status value that determines if email alerts are sent.

Returns:

  • (String)


27480
27481
27482
27483
27484
# File 'lib/aws-sdk-quicksight/types.rb', line 27480

class RefreshFailureEmailAlert < Struct.new(
  :alert_status)
  SENSITIVE = []
  include Aws::Structure
end