Class: Aws::BedrockAgentCoreControl::Types::ConsentPortalSource

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

Overview

A resource served by the consent portal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifier ⇒ String

The identifier of the source resource. For an agentcore-gateway source, this is the gateway ID or its Amazon Resource Name (ARN).

Returns:

  • (String)


1996
1997
1998
1999
2000
2001
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1996

class ConsentPortalSource < Struct.new(
  :identifier,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The type of the source resource.

Returns:

  • (String)


1996
1997
1998
1999
2000
2001
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1996

class ConsentPortalSource < Struct.new(
  :identifier,
  :type)
  SENSITIVE = []
  include Aws::Structure
end