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.
1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1136 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.
1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1136 class DeleteApplicationGrantRequest < Struct.new( :application_arn, :grant_type) SENSITIVE = [] include Aws::Structure end |