Class: Aws::Connect::Types::GetFlowAssociationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_idString

The identifier of the flow.

Returns:

  • (String)


8103
8104
8105
8106
8107
8108
8109
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8103

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

#resource_idString

The identifier of the resource.

Returns:

  • (String)


8103
8104
8105
8106
8107
8108
8109
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8103

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

#resource_typeString

A valid resource type.

Returns:

  • (String)


8103
8104
8105
8106
8107
8108
8109
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8103

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