Class: Aws::GameLiftStreams::Types::DeleteApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::DeleteApplicationInput
- 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. Example ARN: ‘arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`. Example ID: `a-9ZY8X7Wv6`.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 1034 class DeleteApplicationInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |