Class: Aws::RedshiftServerless::Types::UpdateSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::UpdateSnapshotResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::Snapshot
The updated snapshot object.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
The updated snapshot object.
3391 3392 3393 3394 3395 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3391 class UpdateSnapshotResponse < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |