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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3097
3098
3099
3100
3101
# File 'lib/aws-sdk-gamelift/types.rb', line 3097

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