Class: Aws::SSOAdmin::Types::DeleteApplicationGrantRequest

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_arnString

Specifies the ARN of the application with the grant to delete.

Returns:

  • (String)


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_typeString

Specifies the type of grant to delete from the application.

Returns:

  • (String)


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