Class: Aws::Types::Build

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#build_arn::String

Returns the value of attribute build_arn.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def build_arn
  @build_arn
end

#build_id::String

Returns the value of attribute build_id.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def build_id
  @build_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


60
61
62
# File 'sig/types.rbs', line 60

def creation_time
  @creation_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def name
  @name
end

#operating_system"WINDOWS_2012", ...

Returns the value of attribute operating_system.

Returns:

  • ("WINDOWS_2012", "AMAZON_LINUX", "AMAZON_LINUX_2", "WINDOWS_2016", "AMAZON_LINUX_2023", "WINDOWS_2022")


59
60
61
# File 'sig/types.rbs', line 59

def operating_system
  @operating_system
end

#server_sdk_version::String

Returns the value of attribute server_sdk_version.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def server_sdk_version
  @server_sdk_version
end

#size_on_disk::Integer

Returns the value of attribute size_on_disk.

Returns:

  • (::Integer)


58
59
60
# File 'sig/types.rbs', line 58

def size_on_disk
  @size_on_disk
end

#status"INITIALIZED", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZED", "READY", "FAILED")


57
58
59
# File 'sig/types.rbs', line 57

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def version
  @version
end