Class: Aws::Proton::Types::UpdateServiceSyncBlockerOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_instance_nameString

The name of the service instance that you want to update the service sync blocker for.

Returns:

  • (String)


6484
6485
6486
6487
6488
6489
6490
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6484

class UpdateServiceSyncBlockerOutput < Struct.new(
  :service_instance_name,
  :service_name,
  :service_sync_blocker)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service that you want to update the service sync blocker for.

Returns:

  • (String)


6484
6485
6486
6487
6488
6489
6490
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6484

class UpdateServiceSyncBlockerOutput < Struct.new(
  :service_instance_name,
  :service_name,
  :service_sync_blocker)
  SENSITIVE = []
  include Aws::Structure
end

#service_sync_blockerTypes::SyncBlocker

The detailed data on the service sync blocker that was updated.

Returns:



6484
6485
6486
6487
6488
6489
6490
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6484

class UpdateServiceSyncBlockerOutput < Struct.new(
  :service_instance_name,
  :service_name,
  :service_sync_blocker)
  SENSITIVE = []
  include Aws::Structure
end