Class: Aws::WorkSpaces::Types::ModifyStreamingPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModifyStreamingPropertiesRequest
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The identifier of the resource.
-
#streaming_properties ⇒ Types::StreamingProperties
The streaming properties to configure.
Instance Attribute Details
#resource_id ⇒ String
The identifier of the resource.
3791 3792 3793 3794 3795 3796 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3791 class ModifyStreamingPropertiesRequest < Struct.new( :resource_id, :streaming_properties) SENSITIVE = [] include Aws::Structure end |
#streaming_properties ⇒ Types::StreamingProperties
The streaming properties to configure.
3791 3792 3793 3794 3795 3796 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3791 class ModifyStreamingPropertiesRequest < Struct.new( :resource_id, :streaming_properties) SENSITIVE = [] include Aws::Structure end |