Class: Aws::Types::GetRepositorySyncStatusInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#branch ⇒ ::String

Returns the value of attribute branch.



169
170
171
# File 'sig/types.rbs', line 169

def branch
  @branch
end

Returns the value of attribute repository_link_id.



170
171
172
# File 'sig/types.rbs', line 170

def repository_link_id
  @repository_link_id
end

#sync_type ⇒ "CFN_STACK_SYNC"

Returns the value of attribute sync_type.



171
172
173
# File 'sig/types.rbs', line 171

def sync_type
  @sync_type
end