Class: Aws::GameLiftStreams::Types::DisassociateApplicationsInput

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

#application_identifiersArray<String>

A set of applications that you want to disassociate from the stream group.

This value is a set of either [Amazon Resource Names (ARN)] or IDs that uniquely identify application resources. Format example: ARN-‘arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6` or ID-`9ZY8X7Wv6`.

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

Returns:

  • (Array<String>)


1028
1029
1030
1031
1032
1033
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 1028

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

#identifierString

A stream group to disassociate these applications from.

This value is an [Amazon Resource Name (ARN)] or ID that uniquely identifies the stream group resource. Format example: ARN-‘arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4` or ID-`1AB2C3De4`.

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

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 1028

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