Class: Aws::Types::UpdateSyncBlockerInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def id
  @id
end

#resolved_reason ⇒ ::String

Returns the value of attribute resolved_reason.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def resolved_reason
  @resolved_reason
end

#resource_name ⇒ ::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def resource_name
  @resource_name
end

#sync_type ⇒ "CFN_STACK_SYNC"

Returns the value of attribute sync_type.

Returns:

  • ("CFN_STACK_SYNC")


515
516
517
# File 'sig/types.rbs', line 515

def sync_type
  @sync_type
end