Class: Aws::QuickSight::Types::UpdateFlowResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


45517
45518
45519
45520
45521
45522
45523
45524
# File 'lib/aws-sdk-quicksight/types.rb', line 45517

class UpdateFlowResponse < Struct.new(
  :arn,
  :flow_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#flow_idString

The unique identifier of the flow.

Returns:

  • (String)


45517
45518
45519
45520
45521
45522
45523
45524
# File 'lib/aws-sdk-quicksight/types.rb', line 45517

class UpdateFlowResponse < Struct.new(
  :arn,
  :flow_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


45517
45518
45519
45520
45521
45522
45523
45524
# File 'lib/aws-sdk-quicksight/types.rb', line 45517

class UpdateFlowResponse < Struct.new(
  :arn,
  :flow_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


45517
45518
45519
45520
45521
45522
45523
45524
# File 'lib/aws-sdk-quicksight/types.rb', line 45517

class UpdateFlowResponse < Struct.new(
  :arn,
  :flow_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end