Class: Aws::Types::CreateConfigurationSetTrackingOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def configuration_set_name
  @configuration_set_name
end

#tracking_optionsTypes::TrackingOptions

Returns the value of attribute tracking_options.



139
140
141
# File 'sig/types.rbs', line 139

def tracking_options
  @tracking_options
end