Class: Aws::BedrockAgentCoreControl::Types::CreateWorkloadIdentityResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_resource_oauth_2_return_urlsArray<String>

The list of allowed OAuth2 return URLs for resources associated with this workload identity.

Returns:

  • (Array<String>)


2423
2424
2425
2426
2427
2428
2429
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2423

class CreateWorkloadIdentityResponse < Struct.new(
  :name,
  :workload_identity_arn,
  :allowed_resource_oauth_2_return_urls)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the workload identity.

Returns:

  • (String)


2423
2424
2425
2426
2427
2428
2429
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2423

class CreateWorkloadIdentityResponse < Struct.new(
  :name,
  :workload_identity_arn,
  :allowed_resource_oauth_2_return_urls)
  SENSITIVE = []
  include Aws::Structure
end

#workload_identity_arnString

The Amazon Resource Name (ARN) of the workload identity.

Returns:

  • (String)


2423
2424
2425
2426
2427
2428
2429
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2423

class CreateWorkloadIdentityResponse < Struct.new(
  :name,
  :workload_identity_arn,
  :allowed_resource_oauth_2_return_urls)
  SENSITIVE = []
  include Aws::Structure
end