Class: Aws::Odb::Types::GetExascaleDbStorageVaultInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetExascaleDbStorageVaultInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exascale_db_storage_vault_id ⇒ String
The unique identifier of the Exascale storage vault.
Instance Attribute Details
#exascale_db_storage_vault_id ⇒ String
The unique identifier of the Exascale storage vault.
7621 7622 7623 7624 7625 |
# File 'lib/aws-sdk-odb/types.rb', line 7621 class GetExascaleDbStorageVaultInput < Struct.new( :exascale_db_storage_vault_id) SENSITIVE = [] include Aws::Structure end |