Class: Aws::Types::FlowDefinitionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6059
6060
6061
# File 'sig/types.rbs', line 6059

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


6060
6061
6062
# File 'sig/types.rbs', line 6060

def failure_reason
  @failure_reason
end

#flow_definition_arn::String

Returns the value of attribute flow_definition_arn.

Returns:

  • (::String)


6057
6058
6059
# File 'sig/types.rbs', line 6057

def flow_definition_arn
  @flow_definition_arn
end

#flow_definition_name::String

Returns the value of attribute flow_definition_name.

Returns:

  • (::String)


6056
6057
6058
# File 'sig/types.rbs', line 6056

def flow_definition_name
  @flow_definition_name
end

#flow_definition_status"Initializing", ...

Returns the value of attribute flow_definition_status.

Returns:

  • ("Initializing", "Active", "Failed", "Deleting")


6058
6059
6060
# File 'sig/types.rbs', line 6058

def flow_definition_status
  @flow_definition_status
end