Class: Aws::Types::DisassociateApplicationFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateApplicationFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
954 955 956 |
# File 'sig/types.rbs', line 954 def application_arn @application_arn end |
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
953 954 955 |
# File 'sig/types.rbs', line 953 def fleet_name @fleet_name end |