Module: Aws::CloudFrontKeyValueStore::Client::_DescribeKeyValueStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeKeyValueStoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created ⇒ ::Time
- #etag ⇒ ::String
- #failure_reason ⇒ ::String
- #item_count ⇒ ::Integer
- #kvs_arn ⇒ ::String
- #last_modified ⇒ ::Time
- #status ⇒ ::String
- #total_size_in_bytes ⇒ ::Integer
Instance Method Details
#created ⇒ ::Time
100 |
# File 'sig/client.rbs', line 100
def created: () -> ::Time
|
#etag ⇒ ::String
101 |
# File 'sig/client.rbs', line 101
def etag: () -> ::String
|
#failure_reason ⇒ ::String
104 |
# File 'sig/client.rbs', line 104
def failure_reason: () -> ::String
|
#item_count ⇒ ::Integer
97 |
# File 'sig/client.rbs', line 97
def item_count: () -> ::Integer
|
#kvs_arn ⇒ ::String
99 |
# File 'sig/client.rbs', line 99
def kvs_arn: () -> ::String
|
#last_modified ⇒ ::Time
102 |
# File 'sig/client.rbs', line 102
def last_modified: () -> ::Time
|
#status ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def status: () -> ::String
|
#total_size_in_bytes ⇒ ::Integer
98 |
# File 'sig/client.rbs', line 98
def total_size_in_bytes: () -> ::Integer
|