Class: Aws::SSOAdmin::Types::PutApplicationGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::PutApplicationGrantRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
Specifies the ARN of the application to update.
-
#grant ⇒ Types::Grant
Specifies a structure that describes the grant to update.
-
#grant_type ⇒ String
Specifies the type of grant to update.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application to update.
3696 3697 3698 3699 3700 3701 3702 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3696 class PutApplicationGrantRequest < Struct.new( :application_arn, :grant, :grant_type) SENSITIVE = [] include Aws::Structure end |
#grant ⇒ Types::Grant
Specifies a structure that describes the grant to update.
3696 3697 3698 3699 3700 3701 3702 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3696 class PutApplicationGrantRequest < Struct.new( :application_arn, :grant, :grant_type) SENSITIVE = [] include Aws::Structure end |
#grant_type ⇒ String
Specifies the type of grant to update.
3696 3697 3698 3699 3700 3701 3702 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3696 class PutApplicationGrantRequest < Struct.new( :application_arn, :grant, :grant_type) SENSITIVE = [] include Aws::Structure end |