Class: Aws::SSOAdmin::Types::GetApplicationGrantRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSOAdmin::Types::GetApplicationGrantRequest
 
 
- 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 that contains the grant.
 - 
  
    
      #grant_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the type of grant.
 
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application that contains the grant.
      2013 2014 2015 2016 2017 2018  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2013 class GetApplicationGrantRequest < Struct.new( :application_arn, :grant_type) SENSITIVE = [] include Aws::Structure end  | 
  
#grant_type ⇒ String
Specifies the type of grant.
      2013 2014 2015 2016 2017 2018  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2013 class GetApplicationGrantRequest < Struct.new( :application_arn, :grant_type) SENSITIVE = [] include Aws::Structure end  |