Get Storage Lens Group Result
data class GetStorageLensGroupResult(val filter: StorageLensGroupFilter? = null, val storageLensGroupArn: String? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(filter: StorageLensGroupFilter? = null, storageLensGroupArn: String? = null, tags: List<Tag>? = null)