Class: Aws::GameLiftStreams::Types::DefaultApplication
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GameLiftStreams::Types::DefaultApplication
 
- Defined in:
- gems/aws-sdk-gameliftstreams/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)][1] 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. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.
| 1014 1015 1016 1017 1018 1019 | # File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 1014 class DefaultApplication < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
An ID that uniquely identifies the application resource. Example ID:
a-9ZY8X7Wv6.
| 1014 1015 1016 1017 1018 1019 | # File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 1014 class DefaultApplication < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |