Class: Aws::Types::CreateEventTrackerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def dataset_group_arn
  @dataset_group_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def name
  @name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



315
316
317
# File 'sig/types.rbs', line 315

def tags
  @tags
end