Class: Aws::Types::FlowDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:flow_definition])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


5971
5972
5973
# File 'sig/types.rbs', line 5971

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


5977
5978
5979
# File 'sig/types.rbs', line 5977

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


5976
5977
5978
# File 'sig/types.rbs', line 5976

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5974
5975
5976
# File 'sig/types.rbs', line 5974

def description
  @description
end

#flow_definitionObject

Returns the value of attribute flow_definition.

Returns:

  • (Object)


5980
5981
5982
# File 'sig/types.rbs', line 5980

def flow_definition
  @flow_definition
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


5972
5973
5974
# File 'sig/types.rbs', line 5972

def flow_id
  @flow_id
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


5979
5980
5981
# File 'sig/types.rbs', line 5979

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


5978
5979
5980
# File 'sig/types.rbs', line 5978

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5973
5974
5975
# File 'sig/types.rbs', line 5973

def name
  @name
end

#publish_state"PUBLISHED", ...

Returns the value of attribute publish_state.

Returns:

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


5975
5976
5977
# File 'sig/types.rbs', line 5975

def publish_state
  @publish_state
end

#step_aliases::Array[Types::StepAliasMapping]

Returns the value of attribute step_aliases.

Returns:



5981
5982
5983
# File 'sig/types.rbs', line 5981

def step_aliases
  @step_aliases
end