Class: Aws::QuickSight::Types::AuthorizedTargetsByService

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The authorized targets that are associated with a service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_targetsArray<String>

Aist of authorized targets that are represented by IAM Identity Center application ARNs.

Returns:

  • (Array<String>)


2178
2179
2180
2181
2182
2183
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2178

class AuthorizedTargetsByService < Struct.new(
  :service,
  :authorized_targets)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

The name of the Amazon Web Services service.

Returns:

  • (String)


2178
2179
2180
2181
2182
2183
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2178

class AuthorizedTargetsByService < Struct.new(
  :service,
  :authorized_targets)
  SENSITIVE = []
  include Aws::Structure
end