Class: Aws::Types::StartCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2828
2829
2830
# File 'sig/types.rbs', line 2828

def description
  @description
end

#event_start_conditionTypes::EventStartCondition

Returns the value of attribute event_start_condition.



2829
2830
2831
# File 'sig/types.rbs', line 2829

def event_start_condition
  @event_start_condition
end

#segment_start_conditionTypes::SegmentCondition

Returns the value of attribute segment_start_condition.



2830
2831
2832
# File 'sig/types.rbs', line 2830

def segment_start_condition
  @segment_start_condition
end