Class: Aws::Types::UpdateSyncBlockerOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parent_resource_name ⇒ ::String

Returns the value of attribute parent_resource_name.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def parent_resource_name
  @parent_resource_name
end

#resource_name ⇒ ::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def resource_name
  @resource_name
end

#sync_blocker ⇒ Types::SyncBlocker

Returns the value of attribute sync_blocker.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def sync_blocker
  @sync_blocker
end