Class: Aws::Types::TreatmentResource

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#custom_delivery_configurationTypes::CustomDeliveryConfiguration

Returns the value of attribute custom_delivery_configuration.

Returns:



2917
2918
2919
# File 'sig/types.rbs', line 2917

def custom_delivery_configuration
  @custom_delivery_configuration
end

#id::String

Returns the value of attribute id.

Returns:



2918
2919
2920
# File 'sig/types.rbs', line 2918

def id
  @id
end

#message_configurationTypes::MessageConfiguration

Returns the value of attribute message_configuration.

Returns:



2919
2920
2921
# File 'sig/types.rbs', line 2919

def message_configuration
  @message_configuration
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



2920
2921
2922
# File 'sig/types.rbs', line 2920

def schedule
  @schedule
end

#size_percent::Integer

Returns the value of attribute size_percent.

Returns:



2921
2922
2923
# File 'sig/types.rbs', line 2921

def size_percent
  @size_percent
end

#stateTypes::CampaignState

Returns the value of attribute state.

Returns:



2922
2923
2924
# File 'sig/types.rbs', line 2922

def state
  @state
end

#template_configurationTypes::TemplateConfiguration

Returns the value of attribute template_configuration.

Returns:



2923
2924
2925
# File 'sig/types.rbs', line 2923

def template_configuration
  @template_configuration
end

#treatment_description::String

Returns the value of attribute treatment_description.

Returns:



2924
2925
2926
# File 'sig/types.rbs', line 2924

def treatment_description
  @treatment_description
end

#treatment_name::String

Returns the value of attribute treatment_name.

Returns:



2925
2926
2927
# File 'sig/types.rbs', line 2925

def treatment_name
  @treatment_name
end