Class: Aws::Types::EventTrackerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


848
849
850
# File 'sig/types.rbs', line 848

def creation_date_time
  @creation_date_time
end

#event_tracker_arn ⇒ ::String

Returns the value of attribute event_tracker_arn.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def event_tracker_arn
  @event_tracker_arn
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


849
850
851
# File 'sig/types.rbs', line 849

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def name
  @name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def status
  @status
end