Class: Aws::Types::TriggerDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#raw_data ⇒ ::String

Returns the value of attribute raw_data.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def raw_data
  @raw_data
end

#source ⇒ ::String

Returns the value of attribute source.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def source
  @source
end

#timestamp ⇒ ::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


707
708
709
# File 'sig/types.rbs', line 707

def timestamp
  @timestamp
end

#trigger_arn ⇒ ::String

Returns the value of attribute trigger_arn.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def trigger_arn
  @trigger_arn
end