Class: Aws::Types::UpdateBuildInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#build_id::String

Returns the value of attribute build_id.

Returns:

  • (::String)


2259
2260
2261
# File 'sig/types.rbs', line 2259

def build_id
  @build_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2260
2261
2262
# File 'sig/types.rbs', line 2260

def name
  @name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2261
2262
2263
# File 'sig/types.rbs', line 2261

def version
  @version
end