Class: Aws::Types::ListSyncConfigurationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


292
293
294
# File 'sig/types.rbs', line 292

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def next_token
  @next_token
end

Returns the value of attribute repository_link_id.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def repository_link_id
  @repository_link_id
end

#sync_type ⇒ "CFN_STACK_SYNC"

Returns the value of attribute sync_type.

Returns:

  • ("CFN_STACK_SYNC")


295
296
297
# File 'sig/types.rbs', line 295

def sync_type
  @sync_type
end