Class: Aws::QuickSight::Types::FlowSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FlowSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
-
#created_by ⇒ String
The identifier of the principal who created the flow.
-
#created_time ⇒ Time
The time this flow was created.
-
#description ⇒ String
The description of the flow.
-
#flow_id ⇒ String
The unique identifier of the flow.
-
#last_published_at ⇒ Time
The last time this flow was published.
-
#last_published_by ⇒ String
The identifier of the last principal who published the flow.
-
#last_updated_by ⇒ String
The identifier of the last principal who updated the flow.
-
#last_updated_time ⇒ Time
The last time this flow was modified.
-
#name ⇒ String
The display name of the flow.
-
#publish_state ⇒ String
The publish state for the flow.
-
#run_count ⇒ Integer
The number of runs done for the flow.
-
#user_count ⇒ Integer
The number of users who have used the flow.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
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_by ⇒ String
The identifier of the principal who created the flow.
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_time ⇒ Time
The time this flow was created.
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 |
#description ⇒ String
The description of the flow.
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_id ⇒ String
The unique identifier of the flow.
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_at ⇒ Time
The last time this flow was published.
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_by ⇒ String
The identifier of the last principal who published the flow.
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_by ⇒ String
The identifier of the last principal who updated the flow.
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_time ⇒ Time
The last time this flow was modified.
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 |
#name ⇒ String
The display name of the flow.
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_state ⇒ String
The publish state for the flow. The valid values are DRAFT
,
PUBLISHED
, or PENDING_APPROVAL
.
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_count ⇒ Integer
The number of runs done for the flow.
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_count ⇒ Integer
The number of users who have used the flow.
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 |