Class: Aws::Types::ApplicationFleetAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationFleetAssociation
- 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.
132 133 134 |
# File 'sig/types.rbs', line 132 def application_arn @application_arn end |
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
131 132 133 |
# File 'sig/types.rbs', line 131 def fleet_name @fleet_name end |