Class: Aws::BedrockAgentCoreControl::Types::CreateWorkloadIdentityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateWorkloadIdentityResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_resource_oauth_2_return_urls ⇒ Array<String>
The list of allowed OAuth2 return URLs for resources associated with this workload identity.
-
#name ⇒ String
The name of the workload identity.
-
#workload_identity_arn ⇒ String
The Amazon Resource Name (ARN) of the workload identity.
Instance Attribute Details
#allowed_resource_oauth_2_return_urls ⇒ Array<String>
The list of allowed OAuth2 return URLs for resources associated with this workload identity.
2280 2281 2282 2283 2284 2285 2286 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2280 class CreateWorkloadIdentityResponse < Struct.new( :name, :workload_identity_arn, :allowed_resource_oauth_2_return_urls) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the workload identity.
2280 2281 2282 2283 2284 2285 2286 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2280 class CreateWorkloadIdentityResponse < Struct.new( :name, :workload_identity_arn, :allowed_resource_oauth_2_return_urls) SENSITIVE = [] include Aws::Structure end |
#workload_identity_arn ⇒ String
The Amazon Resource Name (ARN) of the workload identity.
2280 2281 2282 2283 2284 2285 2286 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2280 class CreateWorkloadIdentityResponse < Struct.new( :name, :workload_identity_arn, :allowed_resource_oauth_2_return_urls) SENSITIVE = [] include Aws::Structure end |