Class: Aws::QuickSight::Types::GetFlowMetadataOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


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_timeTime

The time this flow was created.

Returns:

  • (Time)


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

#descriptionString

The description for the flow.

Returns:

  • (String)


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_idString

The unique identifier of the flow.

Returns:

  • (String)


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_timeTime

The last time this flow was modified.

Returns:

  • (Time)


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

#nameString

A display name for the flow.

Returns:

  • (String)


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_stateString

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

Returns:

  • (String)


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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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_countInteger

The number of runs done for the flow.

Returns:

  • (Integer)


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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


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_countInteger

The number of users who have used the flow.

Returns:

  • (Integer)


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