Class: Aws::GameLift::Types::CreateFleetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateFleetOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Represents the returned data in response to a request operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_attributes ⇒ Types::FleetAttributes
Properties for the newly created fleet.
Instance Attribute Details
#fleet_attributes ⇒ Types::FleetAttributes
Properties for the newly created fleet.
872 873 874 875 876 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 872 class CreateFleetOutput < Struct.new( :fleet_attributes) SENSITIVE = [] include Aws::Structure end |