Class: Aws::Types::AssociateApplicationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateApplicationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arns ⇒ ::Array[::String]
Returns the value of attribute application_arns.
-
#arn ⇒ ::String
Returns the value of attribute arn.
Instance Attribute Details
#application_arns ⇒ ::Array[::String]
Returns the value of attribute application_arns.
47 48 49 |
# File 'sig/types.rbs', line 47 def application_arns @application_arns end |
#arn ⇒ ::String
Returns the value of attribute arn.
46 47 48 |
# File 'sig/types.rbs', line 46 def arn @arn end |