Class: Aws::AppStream::Types::ApplicationFleetAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ApplicationFleetAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Describes the application fleet association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the application associated with the fleet.
-
#fleet_name ⇒ String
The name of the fleet associated with the application.
Instance Attribute Details
#application_arn ⇒ String
The ARN of the application associated with the fleet.
344 345 346 347 348 349 |
# File 'lib/aws-sdk-appstream/types.rb', line 344 class ApplicationFleetAssociation < Struct.new( :fleet_name, :application_arn) SENSITIVE = [] include Aws::Structure end |
#fleet_name ⇒ String
The name of the fleet associated with the application.
344 345 346 347 348 349 |
# File 'lib/aws-sdk-appstream/types.rb', line 344 class ApplicationFleetAssociation < Struct.new( :fleet_name, :application_arn) SENSITIVE = [] include Aws::Structure end |