Class: Aws::GameLiftStreams::Types::TerminateStreamSessionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

Amazon Resource Name (ARN)][1

or ID that uniquely identifies the

stream group resource. Example ARN: ‘arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`. Example ID: `sg-1AB2C3De4`.

The stream group that runs this stream session.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html

Returns:

  • (String)


3222
3223
3224
3225
3226
3227
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 3222

class TerminateStreamSessionInput < Struct.new(
  :identifier,
  :stream_session_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#stream_session_identifierString

Amazon Resource Name (ARN)][1

or ID that uniquely identifies the

stream session resource. Example ARN: ‘arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567`. Example ID: `ABC123def4567`.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html

Returns:

  • (String)


3222
3223
3224
3225
3226
3227
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 3222

class TerminateStreamSessionInput < Struct.new(
  :identifier,
  :stream_session_identifier)
  SENSITIVE = []
  include Aws::Structure
end