Class: Aws::SSOAdmin::Types::DeleteApplicationAccessScopeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DeleteApplicationAccessScopeRequest
- 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 to delete.
-
#scope ⇒ String
Specifies the name of the access scope to remove from the application.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application with the access scope to delete.
1059 1060 1061 1062 1063 1064 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1059 class DeleteApplicationAccessScopeRequest < Struct.new( :application_arn, :scope) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
Specifies the name of the access scope to remove from the application.
1059 1060 1061 1062 1063 1064 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1059 class DeleteApplicationAccessScopeRequest < Struct.new( :application_arn, :scope) SENSITIVE = [] include Aws::Structure end |