Class: Aws::Types::CreateSyncJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sync_role::String

Returns the value of attribute sync_role.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def sync_role
  @sync_role
end

#sync_source::String

Returns the value of attribute sync_source.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def sync_source
  @sync_source
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


254
255
256
# File 'sig/types.rbs', line 254

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def workspace_id
  @workspace_id
end