Class: Aws::SSOAdmin::Types::GrantItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#grantTypes::Grant

The configuration structure for the selected grant.

Returns:



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

#grant_typeString

The type of the selected grant.

Returns:

  • (String)


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