Class: Aws::BedrockAgentCoreControl::Types::GetWorkloadIdentityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetWorkloadIdentityResponse
- 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.
-
#created_time ⇒ Time
The timestamp when the workload identity was created.
-
#last_updated_time ⇒ Time
The timestamp when the workload identity was last updated.
-
#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.
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_time ⇒ Time
The timestamp when the workload identity was created.
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_time ⇒ Time
The timestamp when the workload identity was last updated.
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 |
#name ⇒ String
The name of the workload identity.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the workload identity.
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 |