Class: Aws::Types::UpdateTrackerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:update_time])

Instance Attribute Summary collapse

Instance Attribute Details

#tracker_arn::String

Returns the value of attribute tracker_arn.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def tracker_arn
  @tracker_arn
end

#tracker_name::String

Returns the value of attribute tracker_name.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def tracker_name
  @tracker_name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def update_time
  @update_time
end