Class: Aws::BedrockAgentCoreControl::Types::GetWorkloadIdentityRequest

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

#nameString

The name of the workload identity to retrieve.

Returns:

  • (String)


8512
8513
8514
8515
8516
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8512

class GetWorkloadIdentityRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end