Class: Aws::GameLiftStreams::Types::GetStreamGroupInput

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

The unique ID value of the stream group resource to retrieve. Format example: ‘1AB2C3De4`.

Returns:

  • (String)


1328
1329
1330
1331
1332
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 1328

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