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.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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
.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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.
20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20129 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 |