Class: Aws::Types::DescribeApplicationFleetAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationFleetAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_fleet_associations ⇒ ::Array[Types::ApplicationFleetAssociation]
Returns the value of attribute application_fleet_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_fleet_associations ⇒ ::Array[Types::ApplicationFleetAssociation]
Returns the value of attribute application_fleet_associations.
732 733 734 |
# File 'sig/types.rbs', line 732 def application_fleet_associations @application_fleet_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
733 734 735 |
# File 'sig/types.rbs', line 733 def next_token @next_token end |