Class: Aws::BedrockAgentCoreControl::Types::ConsentPortalSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ConsentPortalSource
- 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
-
#identifier ⇒ String
The identifier of the source resource.
-
#type ⇒ String
The type of the source resource.
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).
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.
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 |