Class: Aws::Types::ServiceSyncBlockerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#latest_blockers ⇒ ::Array[Types::SyncBlocker]

Returns the value of attribute latest_blockers.

Returns:



1418
1419
1420
# File 'sig/types.rbs', line 1418

def latest_blockers
  @latest_blockers
end

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def service_name
  @service_name
end