Class: Aws::AppStream::Types::DisassociateApplicationFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DisassociateApplicationFleetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the application.
-
#fleet_name ⇒ String
The name of the fleet.
Instance Attribute Details
#application_arn ⇒ String
The ARN of the application.
2506 2507 2508 2509 2510 2511 |
# File 'lib/aws-sdk-appstream/types.rb', line 2506 class DisassociateApplicationFleetRequest < Struct.new( :fleet_name, :application_arn) SENSITIVE = [] include Aws::Structure end |
#fleet_name ⇒ String
The name of the fleet.
2506 2507 2508 2509 2510 2511 |
# File 'lib/aws-sdk-appstream/types.rb', line 2506 class DisassociateApplicationFleetRequest < Struct.new( :fleet_name, :application_arn) SENSITIVE = [] include Aws::Structure end |