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.
3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-appstream/types.rb', line 3154 class DisassociateApplicationFleetRequest < Struct.new( :fleet_name, :application_arn) SENSITIVE = [] include Aws::Structure end |
#fleet_name ⇒ String
The name of the fleet.
3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-appstream/types.rb', line 3154 class DisassociateApplicationFleetRequest < Struct.new( :fleet_name, :application_arn) SENSITIVE = [] include Aws::Structure end |