Class: Aws::SSOAdmin::Types::GrantItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GrantItem
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that defines a single grant and its configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grant ⇒ Types::Grant
The configuration structure for the selected grant.
-
#grant_type ⇒ String
The type of the selected grant.
Instance Attribute Details
#grant ⇒ Types::Grant
The configuration structure for the selected grant.
2061 2062 2063 2064 2065 2066 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2061 class GrantItem < Struct.new( :grant, :grant_type) SENSITIVE = [] include Aws::Structure end |