Class: Aws::QuickSight::Types::FlowSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The basic information of the flow exluding its definition specifying the steps.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The identifier of the principal who created the flow.

Returns:

  • (String)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time this flow was created.

Returns:

  • (Time)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the flow.

Returns:

  • (String)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#flow_idString

The unique identifier of the flow.

Returns:

  • (String)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_published_atTime

The last time this flow was published.

Returns:

  • (Time)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_published_byString

The identifier of the last principal who published the flow.

Returns:

  • (String)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_byString

The identifier of the last principal who updated the flow.

Returns:

  • (String)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The last time this flow was modified.

Returns:

  • (Time)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name of the flow.

Returns:

  • (String)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#publish_stateString

The publish state for the flow. The valid values are DRAFT, PUBLISHED, or PENDING_APPROVAL.

Returns:

  • (String)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#run_countInteger

The number of runs done for the flow.

Returns:

  • (Integer)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end

#user_countInteger

The number of users who have used the flow.

Returns:

  • (Integer)


17709
17710
17711
17712
17713
17714
17715
17716
17717
17718
17719
17720
17721
17722
17723
17724
17725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17709

class FlowSummary < Struct.new(
  :arn,
  :flow_id,
  :name,
  :description,
  :created_time,
  :created_by,
  :last_updated_time,
  :last_updated_by,
  :publish_state,
  :run_count,
  :user_count,
  :last_published_by,
  :last_published_at)
  SENSITIVE = []
  include Aws::Structure
end