Class: Aws::SSOAdmin::Types::DeleteApplicationAccessScopeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/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 access scope to delete.

Returns:

  • (String)


1059
1060
1061
1062
1063
1064
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1059

class DeleteApplicationAccessScopeRequest < Struct.new(
  :application_arn,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

Specifies the name of the access scope to remove from the application.

Returns:

  • (String)


1059
1060
1061
1062
1063
1064
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1059

class DeleteApplicationAccessScopeRequest < Struct.new(
  :application_arn,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end