Class: Aws::RedshiftServerless::Types::CreateSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateSnapshotResponse
- 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 created snapshot object.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
The created snapshot object.
521 522 523 524 525 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 521 class CreateSnapshotResponse < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |