Class: Aws::GameLift::Types::DescribeScriptOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scriptTypes::Script

A set of properties describing the requested script.

Returns:



4686
4687
4688
4689
4690
# File 'lib/aws-sdk-gamelift/types.rb', line 4686

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