Class: Aws::Types::WriteTreatmentResource

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.



3390
3391
3392
# File 'sig/types.rbs', line 3390

def custom_delivery_configuration
  @custom_delivery_configuration
end

#message_configurationTypes::MessageConfiguration

Returns the value of attribute message_configuration.



3391
3392
3393
# File 'sig/types.rbs', line 3391

def message_configuration
  @message_configuration
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



3392
3393
3394
# File 'sig/types.rbs', line 3392

def schedule
  @schedule
end

#size_percent::Integer

Returns the value of attribute size_percent.

Returns:

  • (::Integer)


3393
3394
3395
# File 'sig/types.rbs', line 3393

def size_percent
  @size_percent
end

#template_configurationTypes::TemplateConfiguration

Returns the value of attribute template_configuration.



3394
3395
3396
# File 'sig/types.rbs', line 3394

def template_configuration
  @template_configuration
end

#treatment_description::String

Returns the value of attribute treatment_description.

Returns:

  • (::String)


3395
3396
3397
# File 'sig/types.rbs', line 3395

def treatment_description
  @treatment_description
end

#treatment_name::String

Returns the value of attribute treatment_name.

Returns:

  • (::String)


3396
3397
3398
# File 'sig/types.rbs', line 3396

def treatment_name
  @treatment_name
end