Class: Aws::Types::DisassociateApplicationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateApplicationsRequest
- 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.
425 426 427 |
# File 'sig/types.rbs', line 425 def account_id @account_id end |
#application_i_ds ⇒ ::Array[::String]
Returns the value of attribute application_i_ds.
424 425 426 |
# File 'sig/types.rbs', line 424 def application_i_ds @application_i_ds end |
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
423 424 425 |
# File 'sig/types.rbs', line 423 def wave_id @wave_id end |