Class: Aws::Types::UpdateCampaignRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:data_extra_dimensions])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ "APPROVE", ...

Returns the value of attribute action.

Returns:

  • ("APPROVE", "SUSPEND", "RESUME", "UPDATE")


1347
1348
1349
# File 'sig/types.rbs', line 1347

def action
  @action
end

#data_extra_dimensions ⇒ ::Array[::String]

Returns the value of attribute data_extra_dimensions.

Returns:

  • (::Array[::String])


1346
1347
1348
# File 'sig/types.rbs', line 1346

def data_extra_dimensions
  @data_extra_dimensions
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1344
1345
1346
# File 'sig/types.rbs', line 1344

def name
  @name
end