Class: Aws::QuickSight::Types::DeleteIdentityPropagationConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteIdentityPropagationConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.
-
#service ⇒ String
The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.
10468 10469 10470 10471 10472 10473 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10468 class DeleteIdentityPropagationConfigRequest < Struct.new( :aws_account_id, :service) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.
10468 10469 10470 10471 10472 10473 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10468 class DeleteIdentityPropagationConfigRequest < Struct.new( :aws_account_id, :service) SENSITIVE = [] include Aws::Structure end |