Class: Aws::SSOAdmin::Types::DescribeApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribeApplicationRequest
- Includes:
- Aws::Structure
- Defined in:
- 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](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.
1451 1452 1453 1454 1455 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1451 class DescribeApplicationRequest < Struct.new( :application_arn) SENSITIVE = [] include Aws::Structure end |