Class: Aws::GameLift::Types::DeleteScriptInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#script_idString

A unique identifier for the Realtime script to delete. You can use either the script ID or ARN value.

Returns:

  • (String)


2150
2151
2152
2153
2154
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2150

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