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:



2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2061

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

#grant_typeString

The type of the selected grant.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2061

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