Class: Aws::NimbleStudio::Types::StopStreamingSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::StopStreamingSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#session_id ⇒ String
The streaming session ID for the ‘StopStreamingSessionRequest`.
-
#studio_id ⇒ String
The studioId for the StopStreamingSessionRequest.
-
#volume_retention_mode ⇒ String
Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2427 2428 2429 2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2427 class StopStreamingSessionRequest < Struct.new( :client_token, :session_id, :studio_id, :volume_retention_mode) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The streaming session ID for the ‘StopStreamingSessionRequest`.
2427 2428 2429 2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2427 class StopStreamingSessionRequest < Struct.new( :client_token, :session_id, :studio_id, :volume_retention_mode) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studioId for the StopStreamingSessionRequest.
2427 2428 2429 2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2427 class StopStreamingSessionRequest < Struct.new( :client_token, :session_id, :studio_id, :volume_retention_mode) SENSITIVE = [] include Aws::Structure end |
#volume_retention_mode ⇒ String
Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.
2427 2428 2429 2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2427 class StopStreamingSessionRequest < Struct.new( :client_token, :session_id, :studio_id, :volume_retention_mode) SENSITIVE = [] include Aws::Structure end |