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)


5986
5987
5988
# File 'sig/types.rbs', line 5986

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


5991
5992
5993
# File 'sig/types.rbs', line 5991

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


5990
5991
5992
# File 'sig/types.rbs', line 5990

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5989
5990
5991
# File 'sig/types.rbs', line 5989

def description
  @description
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


5987
5988
5989
# File 'sig/types.rbs', line 5987

def flow_id
  @flow_id
end

#last_published_at::Time

Returns the value of attribute last_published_at.

Returns:

  • (::Time)


5998
5999
6000
# File 'sig/types.rbs', line 5998

def last_published_at
  @last_published_at
end

#last_published_by::String

Returns the value of attribute last_published_by.

Returns:

  • (::String)


5997
5998
5999
# File 'sig/types.rbs', line 5997

def last_published_by
  @last_published_by
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


5993
5994
5995
# File 'sig/types.rbs', line 5993

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


5992
5993
5994
# File 'sig/types.rbs', line 5992

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5988
5989
5990
# File 'sig/types.rbs', line 5988

def name
  @name
end

#publish_state"PUBLISHED", ...

Returns the value of attribute publish_state.

Returns:

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


5994
5995
5996
# File 'sig/types.rbs', line 5994

def publish_state
  @publish_state
end

#run_count::Integer

Returns the value of attribute run_count.

Returns:

  • (::Integer)


5995
5996
5997
# File 'sig/types.rbs', line 5995

def run_count
  @run_count
end

#user_count::Integer

Returns the value of attribute user_count.

Returns:

  • (::Integer)


5996
5997
5998
# File 'sig/types.rbs', line 5996

def user_count
  @user_count
end