Class: Aws::Proton::Types::UpdateServiceSyncBlockerInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the service sync blocker.

Returns:

  • (String)


6461
6462
6463
6464
6465
6466
# File 'lib/aws-sdk-proton/types.rb', line 6461

class UpdateServiceSyncBlockerInput < Struct.new(
  :id,
  :resolved_reason)
  SENSITIVE = []
  include Aws::Structure
end

#resolved_reasonString

The reason the service sync blocker was resolved.

Returns:

  • (String)


6461
6462
6463
6464
6465
6466
# File 'lib/aws-sdk-proton/types.rb', line 6461

class UpdateServiceSyncBlockerInput < Struct.new(
  :id,
  :resolved_reason)
  SENSITIVE = []
  include Aws::Structure
end