Class: Aws::QuickSight::Types::GetFlowMetadataInput

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

#aws_account_idString

The ID of the Amazon Web Services account that contains the flow that you are getting metadata for.

Returns:

  • (String)


20752
20753
20754
20755
20756
20757
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20752

class GetFlowMetadataInput < Struct.new(
  :aws_account_id,
  :flow_id)
  SENSITIVE = []
  include Aws::Structure
end

#flow_idString

The unique identifier of the flow.

Returns:

  • (String)


20752
20753
20754
20755
20756
20757
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20752

class GetFlowMetadataInput < Struct.new(
  :aws_account_id,
  :flow_id)
  SENSITIVE = []
  include Aws::Structure
end