Class: Aws::IoTAnalytics::Types::CreateDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::CreateDatastoreResponse
- Defined in:
- gems/aws-sdk-iotanalytics/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.
907 908 909 910 911 912 913 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 907 class CreateDatastoreResponse < Struct.new( :datastore_name, :datastore_arn, :retention_period) SENSITIVE = [] include Aws::Structure end |
#datastore_name ⇒ String
The name of the data store.
907 908 909 910 911 912 913 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 907 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.
907 908 909 910 911 912 913 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 907 class CreateDatastoreResponse < Struct.new( :datastore_name, :datastore_arn, :retention_period) SENSITIVE = [] include Aws::Structure end |