Class: Aws::GameLift::Types::DescribeScriptInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeScriptInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#script_id ⇒ String
A unique identifier for the Realtime script to retrieve properties for.
Instance Attribute Details
#script_id ⇒ String
A unique identifier for the Realtime script to retrieve properties for. You can use either the script ID or ARN value.
4845 4846 4847 4848 4849 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4845 class DescribeScriptInput < Struct.new( :script_id) SENSITIVE = [] include Aws::Structure end |