Class: Aws::Types::IncidentRecordSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def created_by
  @created_by
end

#invoked_by ⇒ ::String

Returns the value of attribute invoked_by.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def invoked_by
  @invoked_by
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def resource_arn
  @resource_arn
end

#source ⇒ ::String

Returns the value of attribute source.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def source
  @source
end