Class: Aws::Types::EventTracker
- Inherits:
-
Object
- Object
- Aws::Types::EventTracker
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#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.
-
#tracking_id ⇒ ::String
Returns the value of attribute tracking_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
835 836 837 |
# File 'sig/types.rbs', line 835 def account_id @account_id end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
839 840 841 |
# File 'sig/types.rbs', line 839 def creation_date_time @creation_date_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
837 838 839 |
# File 'sig/types.rbs', line 837 def dataset_group_arn @dataset_group_arn end |
#event_tracker_arn ⇒ ::String
Returns the value of attribute event_tracker_arn.
834 835 836 |
# File 'sig/types.rbs', line 834 def event_tracker_arn @event_tracker_arn end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
840 841 842 |
# File 'sig/types.rbs', line 840 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
833 834 835 |
# File 'sig/types.rbs', line 833 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
838 839 840 |
# File 'sig/types.rbs', line 838 def status @status end |
#tracking_id ⇒ ::String
Returns the value of attribute tracking_id.
836 837 838 |
# File 'sig/types.rbs', line 836 def tracking_id @tracking_id end |