Class: Aws::Types::EventReference

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

Defined Under Namespace

Classes: RelatedItemId, Resource, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute related_item_id.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def related_item_id
  @related_item_id
end

#resource ⇒ ::String

Returns the value of attribute resource.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def resource
  @resource
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


241
242
243
# File 'sig/types.rbs', line 241

def unknown
  @unknown
end