Class: Aws::Types::ImageVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6488
6489
6490
# File 'sig/types.rbs', line 6488

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


6489
6490
6491
# File 'sig/types.rbs', line 6489

def failure_reason
  @failure_reason
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


6490
6491
6492
# File 'sig/types.rbs', line 6490

def image_arn
  @image_arn
end

#image_version_arn::String

Returns the value of attribute image_version_arn.

Returns:

  • (::String)


6491
6492
6493
# File 'sig/types.rbs', line 6491

def image_version_arn
  @image_version_arn
end

#image_version_status"CREATING", ...

Returns the value of attribute image_version_status.

Returns:

  • ("CREATING", "CREATED", "CREATE_FAILED", "DELETING", "DELETE_FAILED")


6492
6493
6494
# File 'sig/types.rbs', line 6492

def image_version_status
  @image_version_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6493
6494
6495
# File 'sig/types.rbs', line 6493

def last_modified_time
  @last_modified_time
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


6494
6495
6496
# File 'sig/types.rbs', line 6494

def version
  @version
end