Class: Aws::QuickSight::Types::UpdateIdentityPropagationConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateIdentityPropagationConfigRequest
- Includes:
- Structure
- Defined in:
- 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.
34723 34724 34725 34726 34727 34728 34729 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34723 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.
34723 34724 34725 34726 34727 34728 34729 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34723 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.
34723 34724 34725 34726 34727 34728 34729 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34723 class UpdateIdentityPropagationConfigRequest < Struct.new( :aws_account_id, :service, :authorized_targets) SENSITIVE = [] include Aws::Structure end |