Class: Aws::Connect::Types::FlowAssociationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about flow associations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_idString

The identifier of the flow.

Returns:

  • (String)


7125
7126
7127
7128
7129
7130
7131
# File 'lib/aws-sdk-connect/types.rb', line 7125

class FlowAssociationSummary < Struct.new(
  :resource_id,
  :flow_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the resource.

Returns:

  • (String)


7125
7126
7127
7128
7129
7130
7131
# File 'lib/aws-sdk-connect/types.rb', line 7125

class FlowAssociationSummary < Struct.new(
  :resource_id,
  :flow_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource association.

Returns:

  • (String)


7125
7126
7127
7128
7129
7130
7131
# File 'lib/aws-sdk-connect/types.rb', line 7125

class FlowAssociationSummary < Struct.new(
  :resource_id,
  :flow_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end