Class: Aws::BedrockAgentCoreControl::Types::SetTokenVaultCMKResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SetTokenVaultCMKResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_configuration ⇒ Types::KmsConfiguration
The KMS configuration for the token vault.
-
#last_modified_date ⇒ Time
The timestamp when the token vault was last modified.
-
#token_vault_id ⇒ String
The ID of the token vault.
Instance Attribute Details
#kms_configuration ⇒ Types::KmsConfiguration
The KMS configuration for the token vault.
14081 14082 14083 14084 14085 14086 14087 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14081 class SetTokenVaultCMKResponse < Struct.new( :token_vault_id, :kms_configuration, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The timestamp when the token vault was last modified.
14081 14082 14083 14084 14085 14086 14087 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14081 class SetTokenVaultCMKResponse < Struct.new( :token_vault_id, :kms_configuration, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#token_vault_id ⇒ String
The ID of the token vault.
14081 14082 14083 14084 14085 14086 14087 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14081 class SetTokenVaultCMKResponse < Struct.new( :token_vault_id, :kms_configuration, :last_modified_date) SENSITIVE = [] include Aws::Structure end |