Class: Aws::Types::GetResourceSyncStatusInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_name ⇒ ::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def resource_name
  @resource_name
end

#sync_type ⇒ "CFN_STACK_SYNC"

Returns the value of attribute sync_type.

Returns:

  • ("CFN_STACK_SYNC")


182
183
184
# File 'sig/types.rbs', line 182

def sync_type
  @sync_type
end