Class: Aws::Types::ImageReplicationStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def failure_code
  @failure_code
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def region
  @region
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def registry_id
  @registry_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETE", "FAILED")


639
640
641
# File 'sig/types.rbs', line 639

def status
  @status
end