Class: Aws::Proton::Types::GetServiceSyncBlockerSummaryInput

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

#service_instance_nameString

The name of the service instance that you want to get the service sync blocker summary for. If given bothe the instance name and the service name, only the instance is blocked.

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
# File 'lib/aws-sdk-proton/types.rb', line 3108

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

#service_nameString

The name of the service that you want to get the service sync blocker summary for. If given only the service name, all instances are blocked.

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
# File 'lib/aws-sdk-proton/types.rb', line 3108

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