Class: Aws::GameLiftStreams::Types::GetStreamSessionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::GetStreamSessionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gameliftstreams/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The stream group that runs this stream session.
-
#stream_session_identifier ⇒ String
An [Amazon Resource Name (ARN)] or ID that uniquely identifies the stream session resource.
Instance Attribute Details
#identifier ⇒ String
The stream group that runs this stream session.
This value is an [Amazon Resource Name (ARN)] 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`.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 1656 class GetStreamSessionInput < Struct.new( :identifier, :stream_session_identifier) SENSITIVE = [] include Aws::Structure end |
#stream_session_identifier ⇒ String
An [Amazon Resource Name (ARN)] 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
1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 1656 class GetStreamSessionInput < Struct.new( :identifier, :stream_session_identifier) SENSITIVE = [] include Aws::Structure end |