Class: Aws::GameLift::Types::DescribeRuntimeConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeRuntimeConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_id ⇒ String
A unique identifier for the fleet to get the runtime configuration for.
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet to get the runtime configuration for. You can use either the fleet ID or ARN value.
4743 4744 4745 4746 4747 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4743 class DescribeRuntimeConfigurationInput < Struct.new( :fleet_id) SENSITIVE = [] include Aws::Structure end |