Class: Aws::Proton::Types::SyncBlocker

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Detailed data of the sync blocker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextsArray<Types::SyncBlockerContext>

The contexts for the sync blocker.

Returns:



5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5633

class SyncBlocker < Struct.new(
  :contexts,
  :created_at,
  :created_reason,
  :id,
  :resolved_at,
  :resolved_reason,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time when the sync blocker was created.

Returns:

  • (Time)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5633

class SyncBlocker < Struct.new(
  :contexts,
  :created_at,
  :created_reason,
  :id,
  :resolved_at,
  :resolved_reason,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#created_reasonString

The reason why the sync blocker was created.

Returns:

  • (String)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5633

class SyncBlocker < Struct.new(
  :contexts,
  :created_at,
  :created_reason,
  :id,
  :resolved_at,
  :resolved_reason,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the sync blocker.

Returns:

  • (String)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5633

class SyncBlocker < Struct.new(
  :contexts,
  :created_at,
  :created_reason,
  :id,
  :resolved_at,
  :resolved_reason,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#resolved_atTime

The time the sync blocker was resolved.

Returns:

  • (Time)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5633

class SyncBlocker < Struct.new(
  :contexts,
  :created_at,
  :created_reason,
  :id,
  :resolved_at,
  :resolved_reason,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#resolved_reasonString

The reason the sync blocker was resolved.

Returns:

  • (String)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5633

class SyncBlocker < Struct.new(
  :contexts,
  :created_at,
  :created_reason,
  :id,
  :resolved_at,
  :resolved_reason,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the sync blocker.

Returns:

  • (String)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5633

class SyncBlocker < Struct.new(
  :contexts,
  :created_at,
  :created_reason,
  :id,
  :resolved_at,
  :resolved_reason,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the sync blocker.

Returns:

  • (String)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5633

class SyncBlocker < Struct.new(
  :contexts,
  :created_at,
  :created_reason,
  :id,
  :resolved_at,
  :resolved_reason,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end