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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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)


18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18396

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