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

#arn ⇒ String

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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.

Returns:

  • (Time)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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.

Returns:

  • (String)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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.

Returns:

  • (String)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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.

Returns:

  • (Time)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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.

Returns:

  • (String)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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.

Returns:

  • (String)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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.

Returns:

  • (String)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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.

Returns:

  • (Integer)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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.

Returns:

  • (Integer)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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.

Returns:

  • (Integer)


26992
26993
26994
26995
26996
26997
26998
26999
27000
27001
27002
27003
27004
27005
27006
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26992

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