Class: Aws::Types::GrantItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grantTypes::Grant

Returns the value of attribute grant.

Returns:



661
662
663
# File 'sig/types.rbs', line 661

def grant
  @grant
end

#grant_type"authorization_code", ...

Returns the value of attribute grant_type.

Returns:

  • ("authorization_code", "refresh_token", "urn:ietf:params:oauth:grant-type:jwt-bearer", "urn:ietf:params:oauth:grant-type:token-exchange")


660
661
662
# File 'sig/types.rbs', line 660

def grant_type
  @grant_type
end