Class: Aws::QuickSight::Types::AuthorizedTargetsByService
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AuthorizedTargetsByService
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The authorized targets that are associated with a service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_targets ⇒ Array<String>
Aist of authorized targets that are represented by IAM Identity Center application ARNs.
-
#service ⇒ String
The name of the Amazon Web Services service.
Instance Attribute Details
#authorized_targets ⇒ Array<String>
Aist of authorized targets that are represented by IAM Identity Center application ARNs.
2424 2425 2426 2427 2428 2429 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2424 class AuthorizedTargetsByService < Struct.new( :service, :authorized_targets) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The name of the Amazon Web Services service.
2424 2425 2426 2427 2428 2429 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2424 class AuthorizedTargetsByService < Struct.new( :service, :authorized_targets) SENSITIVE = [] include Aws::Structure end |