Class: Aws::GameLiftStreams::Types::DeleteApplicationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gameliftstreams/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

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.

Returns:

  • (String)


1719
1720
1721
1722
1723
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 1719

class DeleteApplicationInput < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end