Class: Aws::IoTAnalytics::Types::CreateDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::CreateDatastoreResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_arn ⇒ String
The ARN of the data store.
-
#datastore_name ⇒ String
The name of the data store.
-
#retention_period ⇒ Types::RetentionPeriod
How long, in days, message data is kept for the data store.
Instance Attribute Details
#datastore_arn ⇒ String
The ARN of the data store.
622 623 624 625 626 627 628 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 622 class CreateDatastoreResponse < Struct.new( :datastore_name, :datastore_arn, :retention_period) SENSITIVE = [] include Aws::Structure end |
#datastore_name ⇒ String
The name of the data store.
622 623 624 625 626 627 628 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 622 class CreateDatastoreResponse < Struct.new( :datastore_name, :datastore_arn, :retention_period) SENSITIVE = [] include Aws::Structure end |
#retention_period ⇒ Types::RetentionPeriod
How long, in days, message data is kept for the data store.
622 623 624 625 626 627 628 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 622 class CreateDatastoreResponse < Struct.new( :datastore_name, :datastore_arn, :retention_period) SENSITIVE = [] include Aws::Structure end |