Class: Aws::Types::AssociateApplicationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateApplicationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#application_i_ds ⇒ ::Array[::String]
Returns the value of attribute application_i_ds.
-
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
54 55 56 |
# File 'sig/types.rbs', line 54 def account_id @account_id end |
#application_i_ds ⇒ ::Array[::String]
Returns the value of attribute application_i_ds.
53 54 55 |
# File 'sig/types.rbs', line 53 def application_i_ds @application_i_ds end |
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def wave_id @wave_id end |