Class: Aws::Types::CreateEventTrackerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventTrackerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
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.
313 314 315 |
# File 'sig/types.rbs', line 313 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
315 316 317 |
# File 'sig/types.rbs', line 315 def @tags end |