Class: Aws::Types::AssociateApplicationFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateApplicationFleetRequest
- 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.
162 163 164 |
# File 'sig/types.rbs', line 162 def application_arn @application_arn end |
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
161 162 163 |
# File 'sig/types.rbs', line 161 def fleet_name @fleet_name end |