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.
3723 3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3723 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.
3723 3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3723 class PutApplicationGrantRequest < Struct.new( :application_arn, :grant_type, :grant) SENSITIVE = [] include Aws::Structure end |
#grant_type ⇒ String
Specifies the type of grant to update.
3723 3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3723 class PutApplicationGrantRequest < Struct.new( :application_arn, :grant_type, :grant) SENSITIVE = [] include Aws::Structure end |