Class: Aws::NimbleStudio::Types::StartStreamingSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::StartStreamingSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_id ⇒ String
The ID of the backup.
-
#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 ‘StartStreamingSessionRequest`.
-
#studio_id ⇒ String
The studio ID for the StartStreamingSessionRequest.
Instance Attribute Details
#backup_id ⇒ String
The ID of the backup.
2345 2346 2347 2348 2349 2350 2351 2352 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2345 class StartStreamingSessionRequest < Struct.new( :backup_id, :client_token, :session_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#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.
2345 2346 2347 2348 2349 2350 2351 2352 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2345 class StartStreamingSessionRequest < Struct.new( :backup_id, :client_token, :session_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The streaming session ID for the ‘StartStreamingSessionRequest`.
2345 2346 2347 2348 2349 2350 2351 2352 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2345 class StartStreamingSessionRequest < Struct.new( :backup_id, :client_token, :session_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID for the StartStreamingSessionRequest.
2345 2346 2347 2348 2349 2350 2351 2352 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2345 class StartStreamingSessionRequest < Struct.new( :backup_id, :client_token, :session_id, :studio_id) SENSITIVE = [] include Aws::Structure end |