Class: Aws::KinesisAnalyticsV2::Types::CreateApplicationSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::CreateApplicationSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of an existing application.
-
#snapshot_name ⇒ String
An identifier for the application snapshot.
Instance Attribute Details
#application_name ⇒ String
The name of an existing application
1638 1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1638 class CreateApplicationSnapshotRequest < Struct.new( :application_name, :snapshot_name) SENSITIVE = [] include Aws::Structure end |
#snapshot_name ⇒ String
An identifier for the application snapshot.
1638 1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1638 class CreateApplicationSnapshotRequest < Struct.new( :application_name, :snapshot_name) SENSITIVE = [] include Aws::Structure end |