Class: Aws::Types::UpdateServiceSyncBlockerOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def service_name
  @service_name
end

#service_sync_blocker ⇒ Types::SyncBlocker

Returns the value of attribute service_sync_blocker.

Returns:



1697
1698
1699
# File 'sig/types.rbs', line 1697

def service_sync_blocker
  @service_sync_blocker
end