Class: Aws::WorkSpaces::Types::ModifyStreamingPropertiesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The identifier of the resource.

Returns:

  • (String)


3993
3994
3995
3996
3997
3998
# File 'lib/aws-sdk-workspaces/types.rb', line 3993

class ModifyStreamingPropertiesRequest < Struct.new(
  :resource_id,
  :streaming_properties)
  SENSITIVE = []
  include Aws::Structure
end

#streaming_propertiesTypes::StreamingProperties

The streaming properties to configure.



3993
3994
3995
3996
3997
3998
# File 'lib/aws-sdk-workspaces/types.rb', line 3993

class ModifyStreamingPropertiesRequest < Struct.new(
  :resource_id,
  :streaming_properties)
  SENSITIVE = []
  include Aws::Structure
end