Class: Aws::Types::DisassociateApplicationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateApplicationsOutput
- 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.
202 203 204 |
# File 'sig/types.rbs', line 202 def application_arns @application_arns end |
#arn ⇒ ::String
Returns the value of attribute arn.
201 202 203 |
# File 'sig/types.rbs', line 201 def arn @arn end |