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)


3135
3136
3137
3138
3139
# File 'lib/aws-sdk-gamelift/types.rb', line 3135

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