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

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

Overview

Detailed data of the sync blocker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contexts ⇒ Array<Types::SyncBlockerContext>

The contexts for the sync blocker.

Returns:



5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File '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_at ⇒ Time

The time when the sync blocker was created.

Returns:

  • (Time)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File '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_reason ⇒ String

The reason why the sync blocker was created.

Returns:

  • (String)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File '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

#id ⇒ String

The ID of the sync blocker.

Returns:

  • (String)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File '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_at ⇒ Time

The time the sync blocker was resolved.

Returns:

  • (Time)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File '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_reason ⇒ String

The reason the sync blocker was resolved.

Returns:

  • (String)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File '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

#status ⇒ String

The status of the sync blocker.

Returns:

  • (String)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File '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

#type ⇒ String

The type of the sync blocker.

Returns:

  • (String)


5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File '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