Class: Aws::CloudFrontKeyValueStore::Types::DescribeKeyValueStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFrontKeyValueStore::Types::DescribeKeyValueStoreResponse
- 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
-
#created ⇒ Time
Date and time when the Key Value Store was created.
-
#etag ⇒ String
The version identifier for the current version of the Key Value Store.
-
#failure_reason ⇒ String
The reason for Key Value Store creation failure.
-
#item_count ⇒ Integer
Number of key value pairs in the Key Value Store.
-
#kvs_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Value Store.
-
#last_modified ⇒ Time
Date and time when the key value pairs in the Key Value Store was last modified.
-
#status ⇒ String
The current status of the Key Value Store.
-
#total_size_in_bytes ⇒ Integer
Total size of the Key Value Store in bytes.
Instance Attribute Details
#created ⇒ Time
Date and time when the Key Value Store was created.
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 |
#etag ⇒ String
The version identifier for the current version of the Key Value Store.
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_reason ⇒ String
The reason for Key Value Store creation failure.
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_count ⇒ Integer
Number of key value pairs in the Key Value Store.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Value Store.
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_modified ⇒ Time
Date and time when the key value pairs in the Key Value Store was last modified.
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 |
#status ⇒ String
The current status of the Key Value Store.
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_bytes ⇒ Integer
Total size of the Key Value Store in bytes.
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 |