Class: Aws::Types::EventTracker

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def 
  @account_id
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def name
  @name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def status
  @status
end

#tracking_id ⇒ ::String

Returns the value of attribute tracking_id.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def tracking_id
  @tracking_id
end