Class: Aws::Types::EventTrackerSummary
- Inherits:
-
Object
- Object
- Aws::Types::EventTrackerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#event_tracker_arn ⇒ ::String
Returns the value of attribute event_tracker_arn.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_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.
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.
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.
845 846 847 |
# File 'sig/types.rbs', line 845 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
847 848 849 |
# File 'sig/types.rbs', line 847 def status @status end |