Class: Aws::NimbleStudio::Types::StopStreamingSessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
2434
# File 'gems/aws-sdk-nimblestudio/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_idString

The streaming session ID for the StopStreamingSessionRequest.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
2434
# File 'gems/aws-sdk-nimblestudio/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_idString

The studioId for the StopStreamingSessionRequest.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
2434
# File 'gems/aws-sdk-nimblestudio/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_modeString

Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
2434
# File 'gems/aws-sdk-nimblestudio/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