Class: Aws::Types::ApplicationAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_association_arn ⇒ ::String
Returns the value of attribute application_association_arn.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def application_arn @application_arn end |
#application_association_arn ⇒ ::String
Returns the value of attribute application_association_arn.
17 18 19 |
# File 'sig/types.rbs', line 17 def application_association_arn @application_association_arn end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def client_id @client_id end |