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.
33236 33237 33238 33239 33240 33241 33242 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33236 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.
33236 33237 33238 33239 33240 33241 33242 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33236 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.
33236 33237 33238 33239 33240 33241 33242 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33236 class UpdateIdentityPropagationConfigRequest < Struct.new( :aws_account_id, :service, :authorized_targets) SENSITIVE = [] include Aws::Structure end |