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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 '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 'lib/aws-sdk-iotanalytics/types.rb', line 622

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