Class: Aws::SSOAdmin::Types::GetApplicationGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetApplicationGrantRequest
- 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 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.
1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1916 class GetApplicationGrantRequest < Struct.new( :application_arn, :grant_type) SENSITIVE = [] include Aws::Structure end |
#grant_type ⇒ String
Specifies the type of grant.
1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1916 class GetApplicationGrantRequest < Struct.new( :application_arn, :grant_type) SENSITIVE = [] include Aws::Structure end |