Class: Aws::SSOAdmin::Types::GetApplicationAssignmentConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetApplicationAssignmentConfigurationRequest
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
Specifies the ARN of the application.
Instance Attribute Details
#application_arn ⇒ String
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.
2052 2053 2054 2055 2056 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2052 class GetApplicationAssignmentConfigurationRequest < Struct.new( :application_arn) SENSITIVE = [] include Aws::Structure end |