Class: Aws::QuickSight::Types::DescribeDashboardsQAConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want described.

Returns:

  • (String)


13090
13091
13092
13093
13094
# File 'lib/aws-sdk-quicksight/types.rb', line 13090

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