DomainMetadataResult
public struct DomainMetadataResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of unique attribute names in the domain.
Declaration
Swift
public let attributeNameCount: Int? -
The total size of all unique attribute names in the domain, in bytes.
Declaration
Swift
public let attributeNamesSizeBytes: Int64? -
The number of all attribute name/value pairs in the domain.
Declaration
Swift
public let attributeValueCount: Int? -
The total size of all attribute values in the domain, in bytes.
Declaration
Swift
public let attributeValuesSizeBytes: Int64? -
The number of all items in the domain.
Declaration
Swift
public let itemCount: Int? -
The total size of all item names in the domain, in bytes.
Declaration
Swift
public let itemNamesSizeBytes: Int64? -
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
Declaration
Swift
public let timestamp: Int? -
init(attributeNameCount:attributeNamesSizeBytes:attributeValueCount:attributeValuesSizeBytes:itemCount:itemNamesSizeBytes:timestamp:)Undocumented
Declaration
Swift
public init(attributeNameCount: Int? = nil, attributeNamesSizeBytes: Int64? = nil, attributeValueCount: Int? = nil, attributeValuesSizeBytes: Int64? = nil, itemCount: Int? = nil, itemNamesSizeBytes: Int64? = nil, timestamp: Int? = nil)
View on GitHub
DomainMetadataResult Structure Reference