Class: Aws::SSM::Types::DeleteResourceDataSyncRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sync_nameString

The name of the configuration to delete.

Returns:

  • (String)


4327
4328
4329
4330
4331
4332
# File 'lib/aws-sdk-ssm/types.rb', line 4327

class DeleteResourceDataSyncRequest < Struct.new(
  :sync_name,
  :sync_type)
  SENSITIVE = []
  include Aws::Structure
end

#sync_typeString

Specify the type of resource data sync to delete.

Returns:

  • (String)


4327
4328
4329
4330
4331
4332
# File 'lib/aws-sdk-ssm/types.rb', line 4327

class DeleteResourceDataSyncRequest < Struct.new(
  :sync_name,
  :sync_type)
  SENSITIVE = []
  include Aws::Structure
end