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 default Amazon GameLift Streams application that a stream group hosts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
An [Amazon Resource Name (ARN)] that uniquely identifies the application resource.
-
#id ⇒ String
An ID that uniquely identifies the application resource.
Instance Attribute Details
#arn ⇒ String
An [Amazon Resource Name (ARN)] that uniquely identifies the application resource. Format example: ‘arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
962 963 964 965 966 967 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 962 class DefaultApplication < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
An ID that uniquely identifies the application resource. For example: ‘a-9ZY8X7Wv6`.
962 963 964 965 966 967 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 962 class DefaultApplication < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |