Class: Aws::AppStream::Types::DisassociateApplicationFleetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The ARN of the application.

Returns:

  • (String)


3041
3042
3043
3044
3045
3046
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3041

class DisassociateApplicationFleetRequest < Struct.new(
  :fleet_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_nameString

The name of the fleet.

Returns:

  • (String)


3041
3042
3043
3044
3045
3046
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3041

class DisassociateApplicationFleetRequest < Struct.new(
  :fleet_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end