Class: Aws::SSOAdmin::Types::GetApplicationGrantResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grantTypes::Grant

A structure that describes the requested grant.

Returns:



1929
1930
1931
1932
1933
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1929

class GetApplicationGrantResponse < Struct.new(
  :grant)
  SENSITIVE = []
  include Aws::Structure
end