Class: Aws::GameLiftStreams::Types::AssociateApplicationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::AssociateApplicationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gameliftstreams/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arns ⇒ Array<String>
A set of applications that are associated to the stream group.
-
#arn ⇒ String
A stream group that is associated to the applications.
Instance Attribute Details
#application_arns ⇒ Array<String>
A set of applications that are associated to the stream group.
This value is a set of [Amazon Resource Names (ARNs)] that uniquely identify application resources. Example ARN: ‘arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
255 256 257 258 259 260 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 255 class AssociateApplicationsOutput < Struct.new( :arn, :application_arns) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
A stream group that is associated to the applications.
This value is an [Amazon Resource Name (ARN)] that uniquely identifies the stream group resource. Example ARN: ‘arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
255 256 257 258 259 260 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 255 class AssociateApplicationsOutput < Struct.new( :arn, :application_arns) SENSITIVE = [] include Aws::Structure end |