Class: Aws::BedrockAgentCoreControl::Types::GetTokenVaultRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetTokenVaultRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#token_vault_id ⇒ String
The unique identifier of the token vault to retrieve.
Instance Attribute Details
#token_vault_id ⇒ String
The unique identifier of the token vault to retrieve.
8478 8479 8480 8481 8482 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8478 class GetTokenVaultRequest < Struct.new( :token_vault_id) SENSITIVE = [] include Aws::Structure end |