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. Format example: ARN-‘arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4` or ID-`1AB2C3De4`.

The stream group that runs this stream session.

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

Returns:

  • (String)


2840
2841
2842
2843
2844
2845
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 2840

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

#stream_session_identifierString

Amazon Resource Name (ARN)][1

that uniquely identifies the stream

session resource. Format example: ‘1AB2C3De4`.

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

Returns:

  • (String)


2840
2841
2842
2843
2844
2845
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 2840

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