Class: Aws::BedrockAgentCoreControl::Types::GetWorkloadIdentityResponse

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


8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8344

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

#created_timeTime

The timestamp when the workload identity was created.

Returns:

  • (Time)


8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8344

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

#last_updated_timeTime

The timestamp when the workload identity was last updated.

Returns:

  • (Time)


8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8344

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

#nameString

The name of the workload identity.

Returns:

  • (String)


8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8344

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

#workload_identity_arnString

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

Returns:

  • (String)


8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8344

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