Class: Aws::Types::FlowSummary

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)


5720
5721
5722
# File 'sig/types.rbs', line 5720

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


5725
5726
5727
# File 'sig/types.rbs', line 5725

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


5724
5725
5726
# File 'sig/types.rbs', line 5724

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5723
5724
5725
# File 'sig/types.rbs', line 5723

def description
  @description
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


5721
5722
5723
# File 'sig/types.rbs', line 5721

def flow_id
  @flow_id
end

#last_published_at::Time

Returns the value of attribute last_published_at.

Returns:

  • (::Time)


5732
5733
5734
# File 'sig/types.rbs', line 5732

def last_published_at
  @last_published_at
end

#last_published_by::String

Returns the value of attribute last_published_by.

Returns:

  • (::String)


5731
5732
5733
# File 'sig/types.rbs', line 5731

def last_published_by
  @last_published_by
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


5727
5728
5729
# File 'sig/types.rbs', line 5727

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


5726
5727
5728
# File 'sig/types.rbs', line 5726

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5722
5723
5724
# File 'sig/types.rbs', line 5722

def name
  @name
end

#publish_state"PUBLISHED", ...

Returns the value of attribute publish_state.

Returns:

  • ("PUBLISHED", "DRAFT", "PENDING_APPROVAL")


5728
5729
5730
# File 'sig/types.rbs', line 5728

def publish_state
  @publish_state
end

#run_count::Integer

Returns the value of attribute run_count.

Returns:

  • (::Integer)


5729
5730
5731
# File 'sig/types.rbs', line 5729

def run_count
  @run_count
end

#user_count::Integer

Returns the value of attribute user_count.

Returns:

  • (::Integer)


5730
5731
5732
# File 'sig/types.rbs', line 5730

def user_count
  @user_count
end