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.
2284 2285 2286 2287 2288 2289 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2284 class AuthorizedTargetsByService < Struct.new( :service, :authorized_targets) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The name of the Amazon Web Services service.
2284 2285 2286 2287 2288 2289 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2284 class AuthorizedTargetsByService < Struct.new( :service, :authorized_targets) SENSITIVE = [] include Aws::Structure end |