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>)


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

#nameString

The name of the workload identity.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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