Class: Aws::SSOAdmin::Types::GrantItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GrantItem
- Defined in:
- gems/aws-sdk-ssoadmin/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.
2077 2078 2079 2080 2081 2082 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2077 class GrantItem < Struct.new( :grant_type, :grant) SENSITIVE = [] include Aws::Structure end |