Class: Aws::GameLift::Types::DeleteBuildInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#build_idString

A unique identifier for the build to delete. You can use either the build ID or ARN value.

Returns:

  • (String)


1943
1944
1945
1946
1947
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1943

class DeleteBuildInput < Struct.new(
  :build_id)
  SENSITIVE = []
  include Aws::Structure
end