Class: Aws::Types::CampaignSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_arn ⇒ ::String

Returns the value of attribute campaign_arn.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def campaign_arn
  @campaign_arn
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


157
158
159
# File 'sig/types.rbs', line 157

def creation_date_time
  @creation_date_time
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def failure_reason
  @failure_reason
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


158
159
160
# File 'sig/types.rbs', line 158

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def name
  @name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def status
  @status
end