Class: Aws::QuickSight::Types::UpdateApplicationWithTokenExchangeGrantRequest

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 to be updated with a token exchange grant.

Returns:

  • (String)


35577
35578
35579
35580
35581
35582
# File 'lib/aws-sdk-quicksight/types.rb', line 35577

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

#namespaceString

The namespace of the Amazon QuickSight application.

Returns:

  • (String)


35577
35578
35579
35580
35581
35582
# File 'lib/aws-sdk-quicksight/types.rb', line 35577

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