Class: Aws::QuickSight::Types::UpdateIdentityPropagationConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateIdentityPropagationConfigRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_targets ⇒ Array<String>
Specifies a list of application ARNs that represent the authorized targets for a service.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.
-
#service ⇒ String
The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.
Instance Attribute Details
#authorized_targets ⇒ Array<String>
Specifies a list of application ARNs that represent the authorized targets for a service.
49637 49638 49639 49640 49641 49642 49643 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49637 class UpdateIdentityPropagationConfigRequest < Struct.new( :aws_account_id, :service, :authorized_targets) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.
49637 49638 49639 49640 49641 49642 49643 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49637 class UpdateIdentityPropagationConfigRequest < Struct.new( :aws_account_id, :service, :authorized_targets) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.
49637 49638 49639 49640 49641 49642 49643 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49637 class UpdateIdentityPropagationConfigRequest < Struct.new( :aws_account_id, :service, :authorized_targets) SENSITIVE = [] include Aws::Structure end |