Class: Aws::IoTAnalytics::Types::CreateDatastoreResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_arnString

The ARN of the data store.

Returns:

  • (String)


622
623
624
625
626
627
628
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 622

class CreateDatastoreResponse < Struct.new(
  :datastore_name,
  :datastore_arn,
  :retention_period)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_nameString

The name of the data store.

Returns:

  • (String)


622
623
624
625
626
627
628
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 622

class CreateDatastoreResponse < Struct.new(
  :datastore_name,
  :datastore_arn,
  :retention_period)
  SENSITIVE = []
  include Aws::Structure
end

#retention_periodTypes::RetentionPeriod

How long, in days, message data is kept for the data store.



622
623
624
625
626
627
628
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 622

class CreateDatastoreResponse < Struct.new(
  :datastore_name,
  :datastore_arn,
  :retention_period)
  SENSITIVE = []
  include Aws::Structure
end