Class: Aws::SSOAdmin::Types::GetApplicationAccessScopeRequest

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 that you want to retrieve.

Returns:

  • (String)


1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1816

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

#scopeString

Specifies the name of the access scope for which you want the authorized targets.

Returns:

  • (String)


1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1816

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