Class: Aws::Types::DisassociateApplicationsInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateApplicationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifiers ⇒ ::Array[::String]
Returns the value of attribute application_identifiers.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#application_identifiers ⇒ ::Array[::String]
Returns the value of attribute application_identifiers.
196 197 198 |
# File 'sig/types.rbs', line 196 def application_identifiers @application_identifiers end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
195 196 197 |
# File 'sig/types.rbs', line 195 def identifier @identifier end |