Class: Aws::SSOAdmin::Types::GetApplicationGrantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetApplicationGrantResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grant ⇒ Types::Grant
A structure that describes the requested grant.
Instance Attribute Details
#grant ⇒ Types::Grant
A structure that describes the requested grant.
1929 1930 1931 1932 1933 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1929 class GetApplicationGrantResponse < Struct.new( :grant) SENSITIVE = [] include Aws::Structure end |