Class: Aws::GameLift::Types::DeleteBuildInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeleteBuildInput
- 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 delete.
Instance Attribute Details
#build_id ⇒ String
A unique identifier for the build to delete. You can use either the build ID or ARN value.
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 |