Class: Aws::CloudFrontKeyValueStore::Types::DescribeKeyValueStoreResponse

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

Overview

Metadata information about a Key Value Store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

Date and time when the Key Value Store was created.

Returns:

  • (Time)


153
154
155
156
157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 153

class DescribeKeyValueStoreResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :kvs_arn,
  :created,
  :etag,
  :last_modified,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The version identifier for the current version of the Key Value Store.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 153

class DescribeKeyValueStoreResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :kvs_arn,
  :created,
  :etag,
  :last_modified,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason for Key Value Store creation failure.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 153

class DescribeKeyValueStoreResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :kvs_arn,
  :created,
  :etag,
  :last_modified,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#item_countInteger

Number of key value pairs in the Key Value Store.

Returns:

  • (Integer)


153
154
155
156
157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 153

class DescribeKeyValueStoreResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :kvs_arn,
  :created,
  :etag,
  :last_modified,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#kvs_arnString

The Amazon Resource Name (ARN) of the Key Value Store.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 153

class DescribeKeyValueStoreResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :kvs_arn,
  :created,
  :etag,
  :last_modified,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#last_modifiedTime

Date and time when the key value pairs in the Key Value Store was last modified.

Returns:

  • (Time)


153
154
155
156
157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 153

class DescribeKeyValueStoreResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :kvs_arn,
  :created,
  :etag,
  :last_modified,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the Key Value Store.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 153

class DescribeKeyValueStoreResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :kvs_arn,
  :created,
  :etag,
  :last_modified,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#total_size_in_bytesInteger

Total size of the Key Value Store in bytes.

Returns:

  • (Integer)


153
154
155
156
157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 153

class DescribeKeyValueStoreResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :kvs_arn,
  :created,
  :etag,
  :last_modified,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end