Class: Aws::SSOAdmin::Types::PutApplicationGrantRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn ⇒ String

Specifies the ARN of the application to update.

Returns:

  • (String)


4056
4057
4058
4059
4060
4061
4062
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4056

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

#grant ⇒ Types::Grant

Specifies a structure that describes the grant to update.

Returns:



4056
4057
4058
4059
4060
4061
4062
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4056

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

#grant_type ⇒ String

Specifies the type of grant to update.

Returns:

  • (String)


4056
4057
4058
4059
4060
4061
4062
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4056

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