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

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

#scriptTypes::Script

A set of properties describing the requested script.

Returns:



3516
3517
3518
3519
3520
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3516

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