Class: Aws::QuickSight::Types::DeleteIdentityPropagationConfigRequest

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 you want to delete an identity propagation configuration from.

Returns:

  • (String)


9997
9998
9999
10000
10001
10002
# File 'lib/aws-sdk-quicksight/types.rb', line 9997

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

#serviceString

The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.

Returns:

  • (String)


9997
9998
9999
10000
10001
10002
# File 'lib/aws-sdk-quicksight/types.rb', line 9997

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