Class: Aws::Types::UpdateCampaignResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def arn
  @arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def name
  @name
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "WAITING_FOR_APPROVAL", "RUNNING", "SUSPENDED")


1354
1355
1356
# File 'sig/types.rbs', line 1354

def status
  @status
end