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

#arn ⇒ String

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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_by ⇒ String

The identifier of the principal who created the flow.

Returns:

  • (String)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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_time ⇒ Time

The time this flow was created.

Returns:

  • (Time)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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

#description ⇒ String

The description of the flow.

Returns:

  • (String)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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_id ⇒ String

The unique identifier of the flow.

Returns:

  • (String)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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_at ⇒ Time

The last time this flow was published.

Returns:

  • (Time)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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_by ⇒ String

The identifier of the last principal who published the flow.

Returns:

  • (String)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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_by ⇒ String

The identifier of the last principal who updated the flow.

Returns:

  • (String)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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_time ⇒ Time

The last time this flow was modified.

Returns:

  • (Time)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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

#name ⇒ String

The display name of the flow.

Returns:

  • (String)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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_state ⇒ String

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

Returns:

  • (String)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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_count ⇒ Integer

The number of runs done for the flow.

Returns:

  • (Integer)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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_count ⇒ Integer

The number of users who have used the flow.

Returns:

  • (Integer)


24446
24447
24448
24449
24450
24451
24452
24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24446

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