Class: Aws::SSOAdmin::Types::DeleteApplicationAccessScopeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSOAdmin::Types::DeleteApplicationAccessScopeRequest
 
 
- Defined in:
 - gems/aws-sdk-ssoadmin/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.
      1071 1072 1073 1074 1075 1076  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1071 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.
      1071 1072 1073 1074 1075 1076  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1071 class DeleteApplicationAccessScopeRequest < Struct.new( :application_arn, :scope) SENSITIVE = [] include Aws::Structure end  |