Class: Aws::SSOAdmin::Types::GetApplicationAccessScopeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetApplicationAccessScopeRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
Specifies the ARN of the application with the access scope that you want to retrieve.
-
#scope ⇒ String
Specifies the name of the access scope for which you want the authorized targets.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application with the access scope that you want to retrieve.
1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1816 class GetApplicationAccessScopeRequest < Struct.new( :application_arn, :scope) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
Specifies the name of the access scope for which you want the authorized targets.
1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1816 class GetApplicationAccessScopeRequest < Struct.new( :application_arn, :scope) SENSITIVE = [] include Aws::Structure end |