Class: Aws::GameLiftStreams::Types::DefaultApplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::DefaultApplication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gameliftstreams/types.rb
Overview
Represents the Amazon GameLift Streams application that a stream group hosts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
An [Amazon Resource Name (ARN)] or ID that uniquely identifies the stream group resource.
-
#id ⇒ String
The default application of the stream group.
Instance Attribute Details
#arn ⇒ String
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
960 961 962 963 964 965 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 960 class DefaultApplication < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The default application of the stream group.
This value is an [Amazon Resource Name (ARN)] or ID that uniquely identifies the application resource. 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
960 961 962 963 964 965 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 960 class DefaultApplication < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |