Class: Aws::AppIntegrationsService::Types::ApplicationAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ApplicationAssociationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
Summary information about the Application Association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
-
#application_association_arn ⇒ String
The Amazon Resource Name (ARN) of the Application Association.
-
#client_id ⇒ String
The identifier for the client that is associated with the Application Association.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 43 class ApplicationAssociationSummary < Struct.new( :application_association_arn, :application_arn, :client_id) SENSITIVE = [] include Aws::Structure end |
#application_association_arn ⇒ String
The Amazon Resource Name (ARN) of the Application Association.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 43 class ApplicationAssociationSummary < Struct.new( :application_association_arn, :application_arn, :client_id) SENSITIVE = [] include Aws::Structure end |
#client_id ⇒ String
The identifier for the client that is associated with the Application Association.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 43 class ApplicationAssociationSummary < Struct.new( :application_association_arn, :application_arn, :client_id) SENSITIVE = [] include Aws::Structure end |