Class: Aws::GameLift::Types::DescribeScriptOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeScriptOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#script ⇒ Types::Script
A set of properties describing the requested script.
Instance Attribute Details
#script ⇒ Types::Script
A set of properties describing the requested script.
4857 4858 4859 4860 4861 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4857 class DescribeScriptOutput < Struct.new( :script) SENSITIVE = [] include Aws::Structure end |