Class: Aws::Types::MicrovmImageBuildSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture"ARM_64"

Returns the value of attribute architecture.

Returns:

  • ("ARM_64")


399
400
401
# File 'sig/types.rbs', line 399

def architecture
  @architecture
end

#build_id::String

Returns the value of attribute build_id.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def build_id
  @build_id
end

#build_state"PENDING", ...

Returns the value of attribute build_state.

Returns:

  • ("PENDING", "IN_PROGRESS", "SUCCESSFUL", "FAILED")


398
399
400
# File 'sig/types.rbs', line 398

def build_state
  @build_state
end

#chipset"GRAVITON"

Returns the value of attribute chipset.

Returns:

  • ("GRAVITON")


400
401
402
# File 'sig/types.rbs', line 400

def chipset
  @chipset
end

#chipset_generation::String

Returns the value of attribute chipset_generation.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def chipset_generation
  @chipset_generation
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


403
404
405
# File 'sig/types.rbs', line 403

def created_at
  @created_at
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def image_arn
  @image_arn
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def image_version
  @image_version
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def state_reason
  @state_reason
end