Class: Aws::Types::CampaignUpdateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_config ⇒ Types::CampaignConfig

Returns the value of attribute campaign_config.



166
167
168
# File 'sig/types.rbs', line 166

def campaign_config
  @campaign_config
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


169
170
171
# File 'sig/types.rbs', line 169

def creation_date_time
  @creation_date_time
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def failure_reason
  @failure_reason
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


170
171
172
# File 'sig/types.rbs', line 170

def last_updated_date_time
  @last_updated_date_time
end

#min_provisioned_tps ⇒ ::Integer

Returns the value of attribute min_provisioned_tps.

Returns:

  • (::Integer)


165
166
167
# File 'sig/types.rbs', line 165

def min_provisioned_tps
  @min_provisioned_tps
end

#solution_version_arn ⇒ ::String

Returns the value of attribute solution_version_arn.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def solution_version_arn
  @solution_version_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def status
  @status
end