Class: Aws::GameLift::Types::UpdateBuildInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::UpdateBuildInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_id ⇒ String
A unique identifier for the build to update.
-
#name ⇒ String
A descriptive label that is associated with a build.
-
#version ⇒ String
Version information that is associated with a build or script.
Instance Attribute Details
#build_id ⇒ String
A unique identifier for the build to update. You can use either the build ID or ARN value.
11043 11044 11045 11046 11047 11048 11049 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11043 class UpdateBuildInput < Struct.new( :build_id, :name, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A descriptive label that is associated with a build. Build names do not need to be unique.
11043 11044 11045 11046 11047 11048 11049 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11043 class UpdateBuildInput < Struct.new( :build_id, :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Version information that is associated with a build or script. Version strings do not need to be unique.
11043 11044 11045 11046 11047 11048 11049 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11043 class UpdateBuildInput < Struct.new( :build_id, :name, :version) SENSITIVE = [] include Aws::Structure end |