Class: Aws::SSOAdmin::Types::DeleteApplicationGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DeleteApplicationGrantRequest
- 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 with the grant to delete.
-
#grant_type ⇒ String
Specifies the type of grant to delete from the application.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application with the grant to delete.
1126 1127 1128 1129 1130 1131 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1126 class DeleteApplicationGrantRequest < Struct.new( :application_arn, :grant_type) SENSITIVE = [] include Aws::Structure end |
#grant_type ⇒ String
Specifies the type of grant to delete from the application.
1126 1127 1128 1129 1130 1131 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1126 class DeleteApplicationGrantRequest < Struct.new( :application_arn, :grant_type) SENSITIVE = [] include Aws::Structure end |