Class: Aws::QuickSight::Types::UpdateIdentityPropagationConfigRequest

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

#authorized_targetsArray<String>

Specifies a list of application ARNs that represent the authorized targets for a service.

Returns:

  • (Array<String>)


31763
31764
31765
31766
31767
31768
31769
# File 'lib/aws-sdk-quicksight/types.rb', line 31763

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

#aws_account_idString

The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.

Returns:

  • (String)


31763
31764
31765
31766
31767
31768
31769
# File 'lib/aws-sdk-quicksight/types.rb', line 31763

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

#serviceString

The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.

Returns:

  • (String)


31763
31764
31765
31766
31767
31768
31769
# File 'lib/aws-sdk-quicksight/types.rb', line 31763

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