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:



1490
1491
1492
# File 'sig/types.rbs', line 1490

def contexts
  @contexts
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def created_at
  @created_at
end

#created_reason ⇒ ::String

Returns the value of attribute created_reason.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def created_reason
  @created_reason
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def id
  @id
end

#resolved_at ⇒ ::Time

Returns the value of attribute resolved_at.

Returns:

  • (::Time)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def resolved_at
  @resolved_at
end

#resolved_reason ⇒ ::String

Returns the value of attribute resolved_reason.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def resolved_reason
  @resolved_reason
end

#status ⇒ "ACTIVE", "RESOLVED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "RESOLVED")


1496
1497
1498
# File 'sig/types.rbs', line 1496

def status
  @status
end

#type ⇒ "AUTOMATED"

Returns the value of attribute type.

Returns:

  • ("AUTOMATED")


1497
1498
1499
# File 'sig/types.rbs', line 1497

def type
  @type
end