Class: Aws::Types::SyncBlocker

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contexts ⇒ ::Array[Types::SyncBlockerContext]

Returns the value of attribute contexts.

Returns:



403
404
405
# File 'sig/types.rbs', line 403

def contexts
  @contexts
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


402
403
404
# File 'sig/types.rbs', line 402

def created_at
  @created_at
end

#created_reason ⇒ ::String

Returns the value of attribute created_reason.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def created_reason
  @created_reason
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def id
  @id
end

#resolved_at ⇒ ::Time

Returns the value of attribute resolved_at.

Returns:

  • (::Time)


405
406
407
# File 'sig/types.rbs', line 405

def resolved_at
  @resolved_at
end

#resolved_reason ⇒ ::String

Returns the value of attribute resolved_reason.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def resolved_reason
  @resolved_reason
end

#status ⇒ "ACTIVE", "RESOLVED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "RESOLVED")


400
401
402
# File 'sig/types.rbs', line 400

def status
  @status
end

#type ⇒ "AUTOMATED"

Returns the value of attribute type.

Returns:

  • ("AUTOMATED")


399
400
401
# File 'sig/types.rbs', line 399

def type
  @type
end