Class: Aws::SSOAdmin::Types::GetApplicationAssignmentConfigurationRequest

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. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

Returns:

  • (String)


2085
2086
2087
2088
2089
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2085

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