Class: Aws::Types::DescribeFlowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


517
518
519
# File 'sig/types.rbs', line 517

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def description
  @description
end

#destination_flow_config_list::Array[Types::DestinationFlowConfig]

Returns the value of attribute destination_flow_config_list.

Returns:



513
514
515
# File 'sig/types.rbs', line 513

def destination_flow_config_list
  @destination_flow_config_list
end

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def flow_arn
  @flow_arn
end

#flow_name::String

Returns the value of attribute flow_name.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def flow_name
  @flow_name
end

#flow_status"Active", ...

Returns the value of attribute flow_status.

Returns:

  • ("Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended")


510
511
512
# File 'sig/types.rbs', line 510

def flow_status
  @flow_status
end

#flow_status_message::String

Returns the value of attribute flow_status_message.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def flow_status_message
  @flow_status_message
end

#kms_arn::String

Returns the value of attribute kms_arn.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def kms_arn
  @kms_arn
end

#last_run_execution_detailsTypes::ExecutionDetails

Returns the value of attribute last_run_execution_details.



514
515
516
# File 'sig/types.rbs', line 514

def last_run_execution_details
  @last_run_execution_details
end

#last_run_metadata_catalog_details::Array[Types::MetadataCatalogDetail]

Returns the value of attribute last_run_metadata_catalog_details.

Returns:



523
524
525
# File 'sig/types.rbs', line 523

def 
  @last_run_metadata_catalog_details
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


518
519
520
# File 'sig/types.rbs', line 518

def last_updated_at
  @last_updated_at
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def last_updated_by
  @last_updated_by
end

#metadata_catalog_configTypes::MetadataCatalogConfig

Returns the value of attribute metadata_catalog_config.



522
523
524
# File 'sig/types.rbs', line 522

def 
  @metadata_catalog_config
end

#schema_version::Integer

Returns the value of attribute schema_version.

Returns:

  • (::Integer)


524
525
526
# File 'sig/types.rbs', line 524

def schema_version
  @schema_version
end

#source_flow_configTypes::SourceFlowConfig

Returns the value of attribute source_flow_config.



512
513
514
# File 'sig/types.rbs', line 512

def source_flow_config
  @source_flow_config
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


521
522
523
# File 'sig/types.rbs', line 521

def tags
  @tags
end

#tasks::Array[Types::Task]

Returns the value of attribute tasks.

Returns:



516
517
518
# File 'sig/types.rbs', line 516

def tasks
  @tasks
end

#trigger_configTypes::TriggerConfig

Returns the value of attribute trigger_config.



515
516
517
# File 'sig/types.rbs', line 515

def trigger_config
  @trigger_config
end