Class: Aws::Proton::Types::UpdateServiceSyncBlockerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateServiceSyncBlockerOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_instance_name ⇒ String
The name of the service instance that you want to update the service sync blocker for.
-
#service_name ⇒ String
The name of the service that you want to update the service sync blocker for.
-
#service_sync_blocker ⇒ Types::SyncBlocker
The detailed data on the service sync blocker that was updated.
Instance Attribute Details
#service_instance_name ⇒ String
The name of the service instance that you want to update the service sync blocker for.
6484 6485 6486 6487 6488 6489 6490 |
# File '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_name ⇒ String
The name of the service that you want to update the service sync blocker for.
6484 6485 6486 6487 6488 6489 6490 |
# File '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_blocker ⇒ Types::SyncBlocker
The detailed data on the service sync blocker that was updated.
6484 6485 6486 6487 6488 6489 6490 |
# File '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 |