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.
11160 11161 11162 11163 11164 11165 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11160 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.
11160 11161 11162 11163 11164 11165 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11160 class DeleteIdentityPropagationConfigRequest < Struct.new( :aws_account_id, :service) SENSITIVE = [] include Aws::Structure end |