Class: Aws::Types::PutApplicationGrantRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def application_arn
  @application_arn
end

#grantTypes::Grant

Returns the value of attribute grant.

Returns:



1099
1100
1101
# File 'sig/types.rbs', line 1099

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")


1098
1099
1100
# File 'sig/types.rbs', line 1098

def grant_type
  @grant_type
end