Class: Aws::Types::AssociateApplicationsInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateApplicationsInput
- 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.
41 42 43 |
# File 'sig/types.rbs', line 41 def application_identifiers @application_identifiers end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
40 41 42 |
# File 'sig/types.rbs', line 40 def identifier @identifier end |