Class: Aws::GameLiftStreams::Types::GetApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::GetApplicationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gameliftstreams/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
An [Amazon Resource Name (ARN)] or ID that uniquely identifies the application resource.
Instance Attribute Details
#identifier ⇒ String
An [Amazon Resource Name (ARN)] or ID that uniquely identifies the application resource. Format example: ARN-‘arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` or ID-`a-9ZY8X7Wv6`.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
1177 1178 1179 1180 1181 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 1177 class GetApplicationInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |