Class: Aws::SSOAdmin::Types::GetApplicationAccessScopeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetApplicationAccessScopeResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_targets ⇒ Array<String>
An array of authorized targets associated with this access scope.
-
#scope ⇒ String
The name of the access scope that can be used with the authorized targets.
Instance Attribute Details
#authorized_targets ⇒ Array<String>
An array of authorized targets associated with this access scope.
1834 1835 1836 1837 1838 1839 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1834 class GetApplicationAccessScopeResponse < Struct.new( :authorized_targets, :scope) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
The name of the access scope that can be used with the authorized targets.
1834 1835 1836 1837 1838 1839 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1834 class GetApplicationAccessScopeResponse < Struct.new( :authorized_targets, :scope) SENSITIVE = [] include Aws::Structure end |