Class: Aws::Proton::Types::GetServiceInstanceSyncStatusInput

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 the sync status input for.

Returns:

  • (String)


3052
3053
3054
3055
3056
3057
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3052

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

#service_nameString

The name of the service that the service instance belongs to.

Returns:

  • (String)


3052
3053
3054
3055
3056
3057
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3052

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