Class: Aws::Connect::Types::ListSecurityProfileFlowModulesResponse

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

#allowed_flow_modulesArray<Types::FlowModule>

A list of Flow Modules an AI Agent can invoke as a tool.

Returns:



22428
22429
22430
22431
22432
22433
22434
22435
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22428

class ListSecurityProfileFlowModulesResponse < Struct.new(
  :allowed_flow_modules,
  :next_token,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The Region that flow module was last modified in.

Returns:

  • (String)


22428
22429
22430
22431
22432
22433
22434
22435
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22428

class ListSecurityProfileFlowModulesResponse < Struct.new(
  :allowed_flow_modules,
  :next_token,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time the flow module was last modified.

Returns:

  • (Time)


22428
22429
22430
22431
22432
22433
22434
22435
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22428

class ListSecurityProfileFlowModulesResponse < Struct.new(
  :allowed_flow_modules,
  :next_token,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


22428
22429
22430
22431
22432
22433
22434
22435
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22428

class ListSecurityProfileFlowModulesResponse < Struct.new(
  :allowed_flow_modules,
  :next_token,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end