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

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


92
93
94
# File 'sig/types.rbs', line 92

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def description
  @description
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


93
94
95
# File 'sig/types.rbs', line 93

def last_modification_time
  @last_modification_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def name
  @name
end

#signal_catalog_arn ⇒ ::String

Returns the value of attribute signal_catalog_arn.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def signal_catalog_arn
  @signal_catalog_arn
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

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


91
92
93
# File 'sig/types.rbs', line 91

def status
  @status
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def target_arn
  @target_arn
end