Class: Aws::QuickSight::Types::GetFlowMetadataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GetFlowMetadataOutput
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
-
#created_time ⇒ Time
The time this flow was created.
-
#description ⇒ String
The description for the flow.
-
#flow_id ⇒ String
The unique identifier of the flow.
-
#last_updated_time ⇒ Time
The last time this flow was modified.
-
#name ⇒ String
A display name for the flow.
-
#publish_state ⇒ String
The publish state for the flow.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#run_count ⇒ Integer
The number of runs done for the flow.
-
#status ⇒ Integer
The HTTP status of the request.
-
#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.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time this flow was created.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the flow.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#flow_id ⇒ String
The unique identifier of the flow.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The last time this flow was modified.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A display name for the flow.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#publish_state ⇒ String
The publish state for the flow. Valid values are DRAFT,
PUBLISHED, or PENDING_APPROVAL.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#run_count ⇒ Integer
The number of runs done for the flow.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#user_count ⇒ Integer
The number of users who have used the flow.
20831 20832 20833 20834 20835 20836 20837 20838 20839 20840 20841 20842 20843 20844 20845 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20831 class GetFlowMetadataOutput < Struct.new( :arn, :flow_id, :name, :description, :publish_state, :user_count, :run_count, :created_time, :last_updated_time, :request_id, :status) SENSITIVE = [] include Aws::Structure end |