Class: Aws::Types::DescribeApplicationFleetAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationFleetAssociationsRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
725 726 727 |
# File 'sig/types.rbs', line 725 def application_arn @application_arn end |
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
724 725 726 |
# File 'sig/types.rbs', line 724 def fleet_name @fleet_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
726 727 728 |
# File 'sig/types.rbs', line 726 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
727 728 729 |
# File 'sig/types.rbs', line 727 def next_token @next_token end |